From f9ba4fe9663af62ba052f59c9cce1d3629d1db4c Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 19 May 2003 17:49:01 +0000 Subject: [PATCH] Removing obsolete data-hooks svn: r1542 --- gramps2/Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gramps2/Makefile.am b/gramps2/Makefile.am index 03d2f022d..e3c455ce0 100644 --- a/gramps2/Makefile.am +++ b/gramps2/Makefile.am @@ -11,14 +11,3 @@ gramps: gramps.sh 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 -