2002-10-20 19:55:16 +05:30
|
|
|
# copyright (C) 2000 Sun Microsystems, Inc.
|
|
|
|
|
2003-03-31 09:21:01 +05:30
|
|
|
SUBDIRS = src doc omf-install example
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2003-03-27 22:22:40 +05:30
|
|
|
EXTRA_DIST = autogen.sh gramps.spec.in COPYING-DOCS
|
2002-10-20 19:55:16 +05:30
|
|
|
|
|
|
|
bin_SCRIPTS = gramps
|
|
|
|
|
|
|
|
gramps: gramps.sh
|
|
|
|
cp gramps.sh gramps
|
|
|
|
|
|
|
|
dist-hook: gramps.spec
|
|
|
|
cp gramps.spec $(distdir)
|
|
|
|
|
|
|
|
# Build/rebuild the catalog
|
|
|
|
install-data-hook:
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
|
|
|
|
|
|
|
|
# Remove generated files
|
|
|
|
uninstall-local:
|
|
|
|
-rm -rf $(DESTDIR)$(gramps_localstate_dir)
|
|
|
|
-rm -f $(DESTDIR)$(localstatedir)/log/gramps.log
|
|
|
|
-rm -f $(DESTDIR)$(localstatedir)/log/gramps.log.1
|
|
|
|
|