diff --git a/Makefile.am b/Makefile.am index 03d2f022d..e3c455ce0 100644 --- a/Makefile.am +++ b/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 -