From f8e17af0784064e99c6caf1c4d173a0855cff2ec Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 7 Apr 2003 10:05:23 +0000 Subject: Tired to remove some unwanted plugins?, put a post-install.sh script in the topdir, and let install process do it for you CVS patchset: 4561 CVS date: 2003/04/07 10:05:23 --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4662ba30f..81bf51c8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ install-debug: debug @list='$(SUBDIRS)'; for subdir in $$list; do \ (cd $$subdir && $(MAKE) $@) || exit; \ done; + $(MAKE) $(AM_MAKEFLAGS) install-data-hook prune-cache: @@ -62,10 +63,16 @@ release-check: misc/relchk.sh @./autogen.sh && $(SHELL) misc/relchk.sh @mv -f .cvsversion.tmp .cvsversion + slackbuild: @(cd misc && $(MAKE) SlackBuild) && \ PREFIX="/usr" misc/SlackBuild + +install-data-hook: + @if [ -f "$(top_srcdir)/post-install.sh" ]; then $(top_srcdir)/post-install.sh; fi + + mostlyclean-generic: -rm -f *~ \#* .*~ .\#* -rm -f $(PACKAGE)_$(VERSION).tar.gz -- cgit v1.2.3