Add _DocReportDialog.py to the Makefile.

svn: r9572
This commit is contained in:
Brian Matherly 2007-12-24 14:12:29 +00:00
parent 07c8acb6f8
commit 677a0e280f
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,6 @@
2007-12-24 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/Makefile.am: Add _DocReportDialog.py to the Makefile
2007-12-23 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/_PaperMenu.py: 0001480: custom paper size is not editable
for 2nd and any additional invocations of the report

View File

@ -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\