changeset 9863:4c15e7cd9a14

Simplify doc-cache handling in Makefile.am to use only install-data-local target
author Rik <rdrider0-list@yahoo.com>
date Wed, 25 Nov 2009 09:20:23 -0800
parents c0aeedd8fb86
children 1355a606667e
files doc/ChangeLog doc/interpreter/Makefile.am
diffstat 2 files changed, 9 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Wed Nov 25 07:31:59 2009 +0100
+++ b/doc/ChangeLog	Wed Nov 25 09:20:23 2009 -0800
@@ -1,3 +1,9 @@
+2009-11-25  Rik <octave@nomad.inbox5.com>
+
+	* interpreter/Makefile.am: 
+	Simplify doc-cache handling in Makefile.am to use only install-data-local
+	target
+
 2009-11-24  Rik <octave@nomad.inbox5.com>
 
 	* interpreter/Makefile.am: 
--- a/doc/interpreter/Makefile.am	Wed Nov 25 07:31:59 2009 +0100
+++ b/doc/interpreter/Makefile.am	Wed Nov 25 09:20:23 2009 -0800
@@ -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 \