diff --git a/ChangeLog b/ChangeLog index a5595c038..6322f5908 100644 --- a/ChangeLog +++ b/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/src/plugins/Makefile.am b/src/plugins/Makefile.am index 2ac99ee41..c38b4fbaf 100644 --- a/src/plugins/Makefile.am +++ b/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