Mercurial > hg > octave-jordi
changeset 3852:1ab41d5d6ec3
[project @ 2001-11-02 05:43:11 by jwe]
author | jwe |
---|---|
date | Fri, 02 Nov 2001 05:43:11 +0000 |
parents | b05ed9985571 |
children | d6acb650b9e6 |
files | doc/ChangeLog doc/interpreter/Makefile.in libcruft/ChangeLog libcruft/Makefile.in |
diffstat | 4 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,8 @@ 2001-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> * interpreter/Makefile.in (MAIN_TEXINFO): Look in $(srcdir). + (octave_toc.html): Use -expandinfo and -split_chapter, not + -expand info and -split chapter. 2001-03-27 John W. Eaton <jwe@bevo.che.wisc.edu>
--- a/doc/interpreter/Makefile.in +++ b/doc/interpreter/Makefile.in @@ -106,7 +106,7 @@ mv BUGS ../../BUGS octave_toc.html: $(MAIN_TEXINFO) $(SUB_TEXINFO) - -texi2html -expand info -split chapter -I $(srcdir)/.. $< + -texi2html -expandinfo -split_chapter -I $(srcdir)/.. $< check: all .PHONY: check