* src/plugins/Makefile.am (pkgdata_PYTHON): Remove unsupported reports.

svn: r7101
This commit is contained in:
Alex Roitman 2006-08-01 03:15:36 +00:00
parent 545e170e7f
commit e5bf432539
2 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,5 @@
2006-07-31 Alex Roitman <shura@gramps-project.org> 2006-07-31 Alex Roitman <shura@gramps-project.org>
* src/plugins/Makefile.am (pkgdata_PYTHON): Remove unsupported reports.
* src/UndoHistory.py (UndoHistory._build_model): Only show the * src/UndoHistory.py (UndoHistory._build_model): Only show the
initial entry is database is really opened. initial entry is database is really opened.

View File

@ -6,11 +6,9 @@
pkgdatadir = $(datadir)/@PACKAGE@/plugins pkgdatadir = $(datadir)/@PACKAGE@/plugins
pkgdata_PYTHON = \ pkgdata_PYTHON = \
AncestorChart.py\
AncestorChart2.py\ AncestorChart2.py\
AncestorReport.py\ AncestorReport.py\
BookReport.py\ BookReport.py\
Ancestors.py\
Calendar.py \ Calendar.py \
ChangeTypes.py\ ChangeTypes.py\
ChangeNames.py\ ChangeNames.py\
@ -19,7 +17,6 @@ pkgdata_PYTHON = \
Desbrowser.py\ Desbrowser.py\
DescendReport.py\ DescendReport.py\
DescendChart.py\ DescendChart.py\
DesGraph.py\
DetAncestralReport.py\ DetAncestralReport.py\
DetDescendantReport.py\ DetDescendantReport.py\
EventCmp.py\ EventCmp.py\
@ -27,13 +24,10 @@ pkgdata_PYTHON = \
ExportVCard.py\ ExportVCard.py\
FamilyGroup.py\ FamilyGroup.py\
FanChart.py\ FanChart.py\
FtmStyleAncestors.py\
FtmStyleDescendants.py\
GraphViz.py\ GraphViz.py\
IndivComplete.py\ IndivComplete.py\
IndivSummary.py\
ImportvCard.py\ ImportvCard.py\
Merge.py\ FindDupes.py\
NarrativeWeb.py\ NarrativeWeb.py\
PatchNames.py\ PatchNames.py\
ReadPkg.py\ ReadPkg.py\