changeset 1439:e09cda09e2b8

[project @ 1995-09-19 08:18:34 by jwe]
author jwe
date Tue, 19 Sep 1995 08:18:34 +0000
parents cd2b52fb9019
children f18c5b5db882
files doc/interpreter/Makefile.in
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in	Tue Sep 19 08:00:57 1995 +0000
+++ b/doc/interpreter/Makefile.in	Tue Sep 19 08:18:34 1995 +0000
@@ -109,12 +109,12 @@
 	-dvips -T 11in,8.5in -o refcard-letter.ps refcard-letter.dvi
 
 ../INSTALL.OCTAVE: install1.texi install.texi
-	-makeinfo --no-header -I$(srcdir)/doc install1.texi
-	-mv INSTALL ../INSTALL.OCTAVE
+	-makeinfo --no-header --output INSTALL \
+	  -I$(srcdir)/doc install1.texi && mv INSTALL ../INSTALL.OCTAVE
 
 ../BUGS: bugs1.texi bugs.texi
-	-makeinfo --no-header -I$(srcdir)/doc bugs1.texi
-	-mv BUGS ../BUGS
+	-makeinfo --no-header --output BUGS \
+	  -I$(srcdir)/doc bugs1.texi && mv BUGS ../BUGS
 
 # This mess is supposed to prevent us from making info files
 # unnecessarily when building Octave in a subdirectory.