2006-06-04 Alex Roitman <shura@gramps-project.org>

* src/ReportBase/Makefile.am (pkgdata_PYTHON): Remove _BookReport.py
	* src/plugins/Makefile.am (pkgdata_PYTHON): Move BookReport.py



svn: r6857
This commit is contained in:
Alex Roitman 2006-06-04 18:24:51 +00:00
parent 3a048b2be3
commit 1b473c8178
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-06-04 Alex Roitman <shura@gramps-project.org>
* src/ReportBase/Makefile.am (pkgdata_PYTHON): Remove _BookReport.py
* src/plugins/Makefile.am (pkgdata_PYTHON): Move BookReport.py
2006-06-03 Brian Matherly <brian@gramps-project.org>
* src/docgen/ODFDoc.py: add Table of Contents mark
* src/docgen/OpenOfficeDoc.py: add Table of Contents mark

View File

@ -5,7 +5,6 @@ pkgdatadir = $(datadir)/@PACKAGE@/ReportBase
pkgdata_PYTHON = \
_BareReportDialog.py\
_BookFormatComboBox.py\
_BookReport.py\
_CommandLineReport.py\
_Constants.py\
_DrawFormatComboBox.py\

View File

@ -9,6 +9,7 @@ pkgdata_PYTHON = \
AncestorChart.py\
AncestorChart2.py\
AncestorReport.py\
BookReport.py\
Ancestors.py\
Calendar.py \
ChangeTypes.py\