changeset 4483:ed49498a0a8f

[project @ 2003-08-07 15:41:29 by jwe]
author jwe
date Thu, 07 Aug 2003 15:41:29 +0000
parents 1fa73cab40a0
children 468ddfbce2e2
files doc/ChangeLog doc/interpreter/Makefile.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Thu Aug 07 15:36:49 2003 +0000
+++ b/doc/ChangeLog	Thu Aug 07 15:41:29 2003 +0000
@@ -1,3 +1,8 @@
+2003-08-07  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* interpreter/Makefile.in (octave_toc.html): Add "-I ." to texinfo
+	command line args.
+
 2003-07-02  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* faq/Makefile.in (FORMATTED): Include all Octave-FAQ_*.html files
--- a/doc/interpreter/Makefile.in	Thu Aug 07 15:36:49 2003 +0000
+++ b/doc/interpreter/Makefile.in	Thu Aug 07 15:41:29 2003 +0000
@@ -114,7 +114,7 @@
 # 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 -expandinfo -split_chapter -I . -I $(srcdir)/.. $<
 
 check: all
 .PHONY: check