diff --git a/ChangeLog b/ChangeLog index e0e0dc1fb..855179e73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-12-24 Brian Matherly + * src/ReportBase/Makefile.am: Add _DocReportDialog.py to the Makefile + 2007-12-23 Brian Matherly * src/ReportBase/_PaperMenu.py: 0001480: custom paper size is not editable for 2nd and any additional invocations of the report diff --git a/src/ReportBase/Makefile.am b/src/ReportBase/Makefile.am index 1cbfeda5b..ff9c489da 100644 --- a/src/ReportBase/Makefile.am +++ b/src/ReportBase/Makefile.am @@ -3,23 +3,24 @@ pkgdatadir = $(datadir)/@PACKAGE@/ReportBase pkgdata_PYTHON = \ + __init__.py\ _BareReportDialog.py\ _Bibliography.py\ _BookFormatComboBox.py\ _CommandLineReport.py\ _Constants.py\ + _DocReportDialog.py\ _DrawFormatComboBox.py\ _DrawReportDialog.py\ _Endnotes.py\ _FileEntry.py\ _GraphvizReportDialog.py\ - __init__.py\ _PaperMenu.py\ _PrintTools.py\ - _ReportDialog.py\ - _ReportUtils.py\ - _ReportOptions.py\ _Report.py\ + _ReportDialog.py\ + _ReportOptions.py\ + _ReportUtils.py\ _StyleComboBox.py\ _StyleEditor.py\ _TemplateParser.py\