diff doc/interpreter/Makefile.in @ 3189:bef7b73c0724

[project @ 1998-10-16 18:05:26 by jwe]
author jwe
date Fri, 16 Oct 1998 18:05:31 +0000
parents fccab8e7d35f
children a41cc560087a
line wrap: on
line diff
--- a/doc/interpreter/Makefile.in	Thu Oct 15 06:02:21 1998 +0000
+++ b/doc/interpreter/Makefile.in	Fri Oct 16 18:05:31 1998 +0000
@@ -30,7 +30,7 @@
 	strings.texi struct.texi system.texi tips.texi var.texi \
 	vr-idx.texi
 
-FORMATTED = octave.dvi octave.ps octave.info octave.info-[0-9]*
+FORMATTED = octave.dvi octave.ps octave.info octave.info-[0-9]* octave_*.html
 
 DISTFILES = Makefile.in dir octave.1 $(TEXINFO) $(FORMATTED)
 
@@ -52,7 +52,7 @@
 	sed -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp
 	mv $@.tmp $@
 
-all: octave.info octave.dvi octave.ps
+all: octave.info octave.dvi octave.ps octave_toc.html
 .PHONY: all
 
 octave.info: $(TEXINFO) ../conf.texi
@@ -80,6 +80,9 @@
 	  -I$(srcdir) -I$(srcdir)/.. $(srcdir)/bugs.texi
 	mv BUGS ../../BUGS
 
+octave_toc.html:
+	-texi2html -split_chapter -I$(srcdir)/.. $(srcdir)/octave.texi
+
 check: all
 .PHONY: check
 
@@ -148,7 +151,8 @@
 .PHONY: distclean
 
 maintainer-clean: distclean
-	rm -f tags TAGS octave.info octave.info-* octave.dvi octave.ps \
+	rm -f tags TAGS octave.info octave.info-* octave.dvi octave.ps
+	rm -f octave_*.html
 .PHONY: maintainer-clean
 
 dist: all