# HG changeset patch # User jwe # Date 1005844293 0 # Node ID 55c8eee153cb170b06792f9bf48c616a09622c3f # Parent 75473e09e3eb2608f61ea19b5afe1febe659c8ed [project @ 2001-11-15 17:11:32 by jwe] diff -r 75473e09e3eb -r 55c8eee153cb doc/ChangeLog --- 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 + + * 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 * faq/Makefile.in (Octave-FAQ_toc.html): Use -expandinfo and diff -r 75473e09e3eb -r 55c8eee153cb doc/faq/Makefile.in --- 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 diff -r 75473e09e3eb -r 55c8eee153cb doc/interpreter/Makefile.in --- 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 diff -r 75473e09e3eb -r 55c8eee153cb doc/liboctave/Makefile.in --- 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: