# HG changeset patch # User jwe # Date 971214420 0 # Node ID ad3340974a7bbcca68c4221069f845dd665b276f # Parent 74475587231177325e6bc060ada6a31e5ccbd14c [project @ 2000-10-10 21:47:00 by jwe] diff -r 744755872311 -r ad3340974a7b doc/ChangeLog --- 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 + + * 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 * interpreter/octave-bug.1: New file. diff -r 744755872311 -r ad3340974a7b doc/interpreter/Makefile.in --- 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 diff -r 744755872311 -r ad3340974a7b doc/liboctave/Makefile.in --- 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: