From 677a0e280ff7b3df02789df03a235ea213599527 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Mon, 24 Dec 2007 14:12:29 +0000 Subject: [PATCH] Add _DocReportDialog.py to the Makefile. svn: r9572 --- ChangeLog | 3 +++ src/ReportBase/Makefile.am | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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\