changeset 3720:ad3340974a7b

[project @ 2000-10-10 21:47:00 by jwe]
author jwe
date Tue, 10 Oct 2000 21:47:00 +0000
parents 744755872311
children 47a152583f04
files doc/ChangeLog doc/interpreter/Makefile.in doc/liboctave/Makefile.in
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Tue Oct 10 21:42:21 2000 +0000
+++ b/doc/ChangeLog	Tue Oct 10 21:47:00 2000 +0000
@@ -1,3 +1,9 @@
+2000-10-10  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* liboctave/Makefile.in (liboctave_toc.html): Add space after -I
+	in texi2html command.
+	* interpreter/Makefile.in (octave_toc.html): Ditto.
+
 2000-03-06  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* interpreter/octave-bug.1: New file.
--- a/doc/interpreter/Makefile.in	Tue Oct 10 21:42:21 2000 +0000
+++ b/doc/interpreter/Makefile.in	Tue Oct 10 21:47:00 2000 +0000
@@ -106,7 +106,7 @@
 	mv BUGS ../../BUGS
 
 octave_toc.html: $(MAIN_TEXINFO) $(SUB_TEXINFO)
-	-texi2html -expandinfo -split_chapter -I$(srcdir)/.. $<
+	-texi2html -expandinfo -split_chapter -I $(srcdir)/.. $<
 
 check: all
 .PHONY: check
--- a/doc/liboctave/Makefile.in	Tue Oct 10 21:42:21 2000 +0000
+++ b/doc/liboctave/Makefile.in	Tue Oct 10 21:47:00 2000 +0000
@@ -54,7 +54,7 @@
 	-dvips -o liboctave.ps liboctave.dvi
 
 liboctave_toc.html:
-	-texi2html -expandinfo -split_chapter -I$(srcdir)/.. \
+	-texi2html -expandinfo -split_chapter -I $(srcdir)/.. \
 	  $(srcdir)/liboctave.texi
 
 check: