diff --git a/ChangeLog b/ChangeLog index e6964f516..9ed67c261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-01 Tim Waugh + * doc/xmldocs.make: Clean copied XML files. Now 'make distcheck' works + again. + 2003-11-30 Alex Roitman * NEWS: Update. * src/FamilyView.py (on_child_list_button_press): Add edit person diff --git a/doc/xmldocs.make b/doc/xmldocs.make index d1e348308..10bb0d80b 100644 --- a/doc/xmldocs.make +++ b/doc/xmldocs.make @@ -43,7 +43,7 @@ xml_files = $(entities) $(docname).xml omf_dir=$(top_srcdir)/omf-install EXTRA_DIST = $(xml_files) $(omffile) -CLEANFILES = omf_timestamp +CLEANFILES = omf_timestamp $(xml_files) include $(top_srcdir)/doc/omf.make