changeset 5806:b2a802aa0cda

[project @ 2006-05-10 22:30:50 by jwe]
author jwe
date Wed, 10 May 2006 22:30:50 +0000
parents 5bfb24f90bdd
children 29c4fb42b210
files doc/interpreter/Makefile.in doc/interpreter/images/sparseimages.m
diffstat 2 files changed, 13 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in	Wed May 10 21:15:37 2006 +0000
+++ b/doc/interpreter/Makefile.in	Wed May 10 22:30:50 2006 +0000
@@ -53,6 +53,8 @@
 
 DISTSUBDIRS = $(IMAGEDIR)
 
+SUBDIRS := $(IMAGEDIR)
+
 # Look for version.h to get version information.
 xfiles := $(TOPDIR)/src/version.h $(srcdir)/$(TOPDIR)/src/version.h
 
@@ -90,7 +92,7 @@
 
 stamp-images:
 	$(MAKE) -C images
-	touch $@
+.PHONY: stamp-images
 
 octave.info: stamp-images $(TEXINFO)
 	-$(MAKEINFO) -I.. -I$(srcdir) -I$(srcdir)/.. -I$(IMAGEDIR) $(MAIN_TEXINFO)
@@ -131,7 +133,12 @@
 check: all
 .PHONY: check
 
-install install-strip: all
+install install-strip uninstall clean mostlyclean distclean maintainer-clean::
+	@$(subdir-for-command)
+.PHONY: install install-strip uninstall
+.PHONY: clean mostlyclean distclean maintainer-clean
+
+install install-strip:: all
 	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(man1dir) $(DESTDIR)$(infodir)
 	@if test -d $(DESTDIR)$(man1dir); then \
 	  for f in $(MAN_BASE); do \
@@ -170,12 +177,10 @@
 	    $(INSTALL_DATA) $(srcdir)/dir $(DESTDIR)$(infodir)/dir; \
 	  fi; \
 	fi
-.PHONY: install install-strip
 
-uninstall:
+uninstall::
 	rm -f $(infodir)/octave.info*
 	for f in $(MAN_BASE); do rm -f $(DESTDIR)$(man1dir)/$$f$(man1ext); done
-.PHONY: uninstall
 
 tags: $(SOURCES)
 	ctags $(SOURCES)
@@ -193,16 +198,13 @@
 	octave.pgs octave.rds octave.tps octave.vrs octave.aux \
 	octave.log octave.toc \
 	munge-texi$(BUILD_EXEEXT) munge-texi.o \
-.PHONY: mostlyclean clean
 
 distclean:: clean
 	rm -f Makefile 
-.PHONY: distclean
 
-maintainer-clean:: distclean clean-texi
-	rm -f tags TAGS $(FORMATTED)
+maintainer-clean:: clean-texi
+	rm -f Makefile tags TAGS $(FORMATTED)
 	rm -rf HTML
-.PHONY: maintainer-clean
 
 clean-texi:
 	rm -f $(SUB_TEXINFO)
--- a/doc/interpreter/images/sparseimages.m	Wed May 10 21:15:37 2006 +0000
+++ b/doc/interpreter/images/sparseimages.m	Wed May 10 22:30:50 2006 +0000
@@ -24,7 +24,7 @@
   __gnuplot_set__ term dumb
   [status, dummy] = fileattrib("/dev/null");
   if (status)
-    __gnuplot_set__ output '/dev/null'
+    __gnuplot_raw__ ("set output \"/dev/null\"\n");
   endif
 endfunction