* doc/Makefile.am: Remove unneeded CLEANFILES, they're defined below.

* doc/xmldocs.make: Add Makefile to CLEANFILES; Explictly clean
stuff in distclean-hook.
* src/Makefile.am: Remove gramps.desktop from GRAPHICS.
* src/data/Makefile.am: Remove EXTRA_DIST; split files that do not
need to be in $PREFIX/share/gramps into dist_data_DATA: they're
installed explicitly to the proper locations anyway, and this is
only needed for distribution.


svn: r3782
This commit is contained in:
Alex Roitman
2004-12-06 04:24:12 +00:00
parent 851be10fd0
commit ace2582416
5 changed files with 19 additions and 8 deletions

View File

@@ -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 Makefile
include $(top_srcdir)/doc/omf.make
@@ -61,6 +61,7 @@ distclean-hook:
then \
rm -f $(entities); \
fi
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
app-dist-hook:
if test "$(figdir)"; then \