changeset 3863:55c8eee153cb

[project @ 2001-11-15 17:11:32 by jwe]
author jwe
date Thu, 15 Nov 2001 17:11:33 +0000
parents 75473e09e3eb
children e78705239df5
files doc/ChangeLog doc/faq/Makefile.in doc/interpreter/Makefile.in doc/liboctave/Makefile.in
diffstat 4 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Wed Nov 14 19:30:25 2001 +0000
+++ b/doc/ChangeLog	Thu Nov 15 17:11:33 2001 +0000
@@ -1,3 +1,10 @@
+2001-11-15  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* interpreter/Makefile.in (octave_toc.html): Use -expand info and
+	-split chapter, to be consistent.
+	* liboctave/Makefile.in (liboctave_toc.html): Likewise.
+	* faq/Makefile.in (Octave-FAQ_toc.html): Likewise.
+
 2001-11-14  Christoph Spiel <cspiel@hammersmith-consulting.com>
 
 	* faq/Makefile.in (Octave-FAQ_toc.html): Use -expandinfo and
--- a/doc/faq/Makefile.in	Wed Nov 14 19:30:25 2001 +0000
+++ b/doc/faq/Makefile.in	Thu Nov 15 17:11:33 2001 +0000
@@ -49,8 +49,10 @@
 Octave-FAQ.ps: Octave-FAQ.dvi
 	-dvips -o Octave-FAQ.ps Octave-FAQ.dvi
 
+# These option forms are supported by texi2html 1.65 and probably also
+# more recent versions.
 Octave-FAQ_toc.html:
-	-texi2html -expandinfo -split_chapter $(srcdir)/Octave-FAQ.texi
+	-texi2html -expand info -split chapter $(srcdir)/Octave-FAQ.texi
 
 check install install-strip uninstall:
 .PHONY: check install install-strip uninstall
--- a/doc/interpreter/Makefile.in	Wed Nov 14 19:30:25 2001 +0000
+++ b/doc/interpreter/Makefile.in	Thu Nov 15 17:11:33 2001 +0000
@@ -105,8 +105,10 @@
 	  -I$(srcdir) -I$(srcdir)/.. $<
 	mv BUGS ../../BUGS
 
+# These option forms are supported by texi2html 1.65 and probably also
+# more recent versions.
 octave_toc.html: $(MAIN_TEXINFO) $(SUB_TEXINFO)
-	-texi2html -expandinfo -split_chapter -I $(srcdir)/.. $<
+	-texi2html -expand info -split chapter -I $(srcdir)/.. $<
 
 check: all
 .PHONY: check
--- a/doc/liboctave/Makefile.in	Wed Nov 14 19:30:25 2001 +0000
+++ b/doc/liboctave/Makefile.in	Thu Nov 15 17:11:33 2001 +0000
@@ -53,8 +53,10 @@
 liboctave.ps: liboctave.dvi
 	-dvips -o liboctave.ps liboctave.dvi
 
+# These option forms are supported by texi2html 1.65 and probably also
+# more recent versions.
 liboctave_toc.html:
-	-texi2html -expandinfo -split_chapter -I $(srcdir)/.. \
+	-texi2html -expand info -split chapter -I $(srcdir)/.. \
 	  $(srcdir)/liboctave.texi
 
 check: