diff doc/interpreter/Makefile.in @ 3863:55c8eee153cb

[project @ 2001-11-15 17:11:32 by jwe]
author jwe
date Thu, 15 Nov 2001 17:11:33 +0000
parents 1ab41d5d6ec3
children babc519f245b
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in
+++ b/doc/interpreter/Makefile.in
@@ -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