diff --git a/ChangeLog b/ChangeLog index 7f12b5c98..dc05f661b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-04 Alex Roitman + * src/ReportBase/Makefile.am (pkgdata_PYTHON): Remove _BookReport.py + * src/plugins/Makefile.am (pkgdata_PYTHON): Move BookReport.py + 2006-06-03 Brian Matherly * src/docgen/ODFDoc.py: add Table of Contents mark * src/docgen/OpenOfficeDoc.py: add Table of Contents mark diff --git a/src/ReportBase/Makefile.am b/src/ReportBase/Makefile.am index 1957fee9e..19ded65f2 100644 --- a/src/ReportBase/Makefile.am +++ b/src/ReportBase/Makefile.am @@ -5,7 +5,6 @@ pkgdatadir = $(datadir)/@PACKAGE@/ReportBase pkgdata_PYTHON = \ _BareReportDialog.py\ _BookFormatComboBox.py\ - _BookReport.py\ _CommandLineReport.py\ _Constants.py\ _DrawFormatComboBox.py\ diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 02678df3e..af9e91c0d 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -9,6 +9,7 @@ pkgdata_PYTHON = \ AncestorChart.py\ AncestorChart2.py\ AncestorReport.py\ + BookReport.py\ Ancestors.py\ Calendar.py \ ChangeTypes.py\