# HG changeset patch # User Rik # Date 1259169623 28800 # Node ID 4c15e7cd9a147ddf1e70016eb04dd107df45efba # Parent c0aeedd8fb86f4bb43148221984eb2d5a53703b9 Simplify doc-cache handling in Makefile.am to use only install-data-local target diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2009-11-25 Rik + + * interpreter/Makefile.am: + Simplify doc-cache handling in Makefile.am to use only install-data-local + target + 2009-11-24 Rik * interpreter/Makefile.am: diff --git a/doc/interpreter/Makefile.am b/doc/interpreter/Makefile.am --- a/doc/interpreter/Makefile.am +++ b/doc/interpreter/Makefile.am @@ -156,20 +156,13 @@ all-local: dvi html pdf ps doc-cache -install-data-local: install-doc-cache -.PHONY: install-data-local - -uninstall-local: uninstall-doc-cache -.PHONY: uninstall-local - -install-doc-cache: +# Install doc-cache of help files +install-data-local: $(MKDIR_P) $(DESTDIR)$(octetcdir) $(INSTALL_DATA) doc-cache $(DESTDIR)$(octetcdir)/doc-cache -.PHONY: install-doc-cache -uninstall-doc-cache: +uninstall-local: rm -f $(DESTDIR)$(octetcdir)/doc-cache -.PHONY: uninstall-doc-cache EXTRA_DIST = \ config-images.sh \