From d9e043c69b79d2711ea679ecec92665c30c78d5c Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 29 Nov 2007 02:00:50 +0000 Subject: [PATCH] 2007-11-28 Douglas S. Blank * src/ReportBase/Makefile.am: removed _MenuOptions.py * src/PluginUtils/Makefile.am: added _MenuOptions.py svn: r9426 --- ChangeLog | 4 ++++ src/PluginUtils/Makefile.am | 1 + src/ReportBase/Makefile.am | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d7a402e3..aae837086 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-28 Douglas S. Blank + * src/ReportBase/Makefile.am: removed _MenuOptions.py + * src/PluginUtils/Makefile.am: added _MenuOptions.py + 2007-11-28 Douglas S.Blank * src/ReportBase/_MenuOptions.py: removed/moved to PluginUtils * src/ReportBase/__init__.py: removed Menu items diff --git a/src/PluginUtils/Makefile.am b/src/PluginUtils/Makefile.am index bc3cd290e..a56f1a375 100644 --- a/src/PluginUtils/Makefile.am +++ b/src/PluginUtils/Makefile.am @@ -7,6 +7,7 @@ pkgdatadir = $(datadir)/@PACKAGE@/PluginUtils pkgdata_PYTHON = \ __init__.py\ + _MenuOptions.py\ _Options.py\ _Tool.py\ _PluginMgr.py\ diff --git a/src/ReportBase/Makefile.am b/src/ReportBase/Makefile.am index ff58976c8..92fd7324c 100644 --- a/src/ReportBase/Makefile.am +++ b/src/ReportBase/Makefile.am @@ -13,7 +13,6 @@ pkgdata_PYTHON = \ _Endnotes.py\ _FileEntry.py\ _GraphvizReportDialog.py\ - _MenuOptions.py\ __init__.py\ _PaperMenu.py\ _PrintTools.py\