* 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

@@ -5,21 +5,22 @@ pkgdatadir = $(datadir)/@PACKAGE@/data
dist_pkgdata_DATA = \
gedcom.xml \
papersize.xml \
tips.xml \
tips.xml
dist_data_DATA = \
gramps.desktop \
gnome-mime-application-x-gramps.png \
gnome-mime-application-x-gedcom.png \
gnome-mime-application-x-gramps-package.png \
gnome-mime-application-x-gramps-xml.png \
gnome-mime-application-x-geneweb.png \
gramps.applications \
gramps.svg \
gramps.xml \
gramps.applications \
gramps.keys \
gramps.mime \
gramps.xml \
gramps.schemas
EXTRA_DIST = $(dist_pkgdata_DATA)
install-schemas:
$(INSTALL) -d $(DESTDIR)$(sysconfdir)/gconf/schemas
$(INSTALL_DATA) $(top_srcdir)/src/data/gramps.schemas $(DESTDIR)$(sysconfdir)/gconf/schemas