diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index b466ba352..bd720ea0b 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,5 +1,6 @@ 2004-01-17 Don Allingham * src/plugins/AncestorChart2.py: more multipage improvements + * src/plugins/Makefile.am: export AncestorChart2.py 2004-01-17 Alex Roitman * NEWS: Update. diff --git a/gramps2/src/plugins/Makefile.am b/gramps2/src/plugins/Makefile.am index 0cb3bdcfd..056140807 100644 --- a/gramps2/src/plugins/Makefile.am +++ b/gramps2/src/plugins/Makefile.am @@ -4,6 +4,7 @@ # If not using GNU make, then list all .py files individually pkgpython_PYTHON = \ AncestorChart.py\ + AncestorChart2.py\ AncestorReport.py\ Ancestors.py\ BookReport.py\