From e5bf4325390c23b6e5bbac911edc34abb4a8f072 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 1 Aug 2006 03:15:36 +0000 Subject: [PATCH] * src/plugins/Makefile.am (pkgdata_PYTHON): Remove unsupported reports. svn: r7101 --- gramps2/ChangeLog | 1 + gramps2/src/plugins/Makefile.am | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 601804732..7bf15dee0 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,5 @@ 2006-07-31 Alex Roitman + * src/plugins/Makefile.am (pkgdata_PYTHON): Remove unsupported reports. * src/UndoHistory.py (UndoHistory._build_model): Only show the initial entry is database is really opened. diff --git a/gramps2/src/plugins/Makefile.am b/gramps2/src/plugins/Makefile.am index 96d5e335c..2952248cd 100644 --- a/gramps2/src/plugins/Makefile.am +++ b/gramps2/src/plugins/Makefile.am @@ -6,11 +6,9 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins pkgdata_PYTHON = \ - AncestorChart.py\ AncestorChart2.py\ AncestorReport.py\ BookReport.py\ - Ancestors.py\ Calendar.py \ ChangeTypes.py\ ChangeNames.py\ @@ -19,7 +17,6 @@ pkgdata_PYTHON = \ Desbrowser.py\ DescendReport.py\ DescendChart.py\ - DesGraph.py\ DetAncestralReport.py\ DetDescendantReport.py\ EventCmp.py\ @@ -27,13 +24,10 @@ pkgdata_PYTHON = \ ExportVCard.py\ FamilyGroup.py\ FanChart.py\ - FtmStyleAncestors.py\ - FtmStyleDescendants.py\ GraphViz.py\ IndivComplete.py\ - IndivSummary.py\ ImportvCard.py\ - Merge.py\ + FindDupes.py\ NarrativeWeb.py\ PatchNames.py\ ReadPkg.py\