From 871de6a5ac738612d7ea8039d4cbab1af0d8b736 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 1 Dec 2003 10:12:57 +0000 Subject: [PATCH] 2003-12-01 Tim Waugh * doc/xmldocs.make: Clean copied XML files. Now 'make distcheck' works again. svn: r2413 --- gramps2/ChangeLog | 4 ++++ gramps2/doc/xmldocs.make | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index e6964f516..9ed67c261 100644 --- a/gramps2/ChangeLog +++ b/gramps2/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/gramps2/doc/xmldocs.make b/gramps2/doc/xmldocs.make index d1e348308..10bb0d80b 100644 --- a/gramps2/doc/xmldocs.make +++ b/gramps2/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