changeset 9719:71e4a91de775

Clean a few non-functional commands from faq documentation Makefile
author Rik <rdrider0-list@yahoo.com>
date Mon, 12 Oct 2009 11:49:43 -0700
parents ac2a6a8b3a0b
children 2997727398d1
files doc/ChangeLog doc/faq/Makefile.in
diffstat 2 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Mon Oct 12 11:35:10 2009 -0700
+++ b/doc/ChangeLog	Mon Oct 12 11:49:43 2009 -0700
@@ -1,3 +1,7 @@
+2009-10-12  Rik <octave@nomad.inbox5.com>
+
+	* faq/Makefile.in: Clean a few non-functional commands from Makefile
+
 2009-10-12  Rik <octave@nomad.inbox5.com>
 
 	* refcard/Makefile.in: Simplify Makefile using GNU Make functions
--- a/doc/faq/Makefile.in	Mon Oct 12 11:35:10 2009 -0700
+++ b/doc/faq/Makefile.in	Mon Oct 12 11:49:43 2009 -0700
@@ -31,7 +31,7 @@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 
-SOURCES =
+################################################################################
 
 TEXINFO := Octave-FAQ.texi
 
@@ -69,12 +69,6 @@
 check install install-strip uninstall:
 .PHONY: check install install-strip uninstall
 
-tags: $(SOURCES)
-	ctags $(SOURCES)
-
-TAGS: $(SOURCES)
-	etags $(SOURCES)
-
 spell: $(SPELL)
 .PHONY: spell