From 4d66f63358cd85926d1dd6434eb32df3717d199c Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 2 Jan 2005 23:55:21 +0000 Subject: [PATCH] * src/plugins/Makefile.am: Stop shipping RelGraph.py. svn: r3861 --- gramps2/ChangeLog | 1 + gramps2/src/plugins/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index a5595c038..6322f5908 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -12,6 +12,7 @@ * src/plugins/RelGraph.py: Remove from CVS. * src/plugins/GraphViz.py: Minor fixes. Still not converted yet. + * src/plugins/Makefile.am: Stop shipping RelGraph.py. 2005-01-01 Don Allingham * src/EditPerson.py: move strip_id from Utils diff --git a/gramps2/src/plugins/Makefile.am b/gramps2/src/plugins/Makefile.am index 2ac99ee41..c38b4fbaf 100644 --- a/gramps2/src/plugins/Makefile.am +++ b/gramps2/src/plugins/Makefile.am @@ -48,7 +48,6 @@ pkgdata_PYTHON = \ Leak.py\ SimpleBookTitle.py\ CustomBookText.py\ - RelGraph.py\ rel_it.py\ rel_hu.py\ rel_da.py\ @@ -61,7 +60,6 @@ pkgdata_PYTHON = \ WriteGeneWeb.py\ rel_es.py - pkgpyexecdir = @pkgpyexecdir@/plugins pkgpythondir = @pkgpythondir@/plugins