diff --git a/ChangeLog b/ChangeLog index 8598c60fa..29df6d08a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-27 Raphael Ackermann + * src/plugins/Makefile.am: add CmdRef.py and DateParserDisplayTest.py to + get make distcheck to run through. + 2008--2-28 Jim Sack * src/GrampsDbUtils/_GedcomParse.py fix oversight from r10099 where eprefix was changed to event_prefix in gen/db/base.py diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 2eb45f0db..25034a36c 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -17,8 +17,10 @@ pkgdata_PYTHON = \ ChangeTypes.py\ ChangeNames.py\ Check.py\ + CmdRef.py\ CountAncestors.py\ CustomBookText.py\ + DateParserDisplayTest.py\ DefaultGramplets.py\ Desbrowser.py\ DescendChart.py\