summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-31 15:55:22 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-31 15:55:22 (GMT)
commitb8aa2619c73d0ae0fa10b1ef5caf60c218497067 (patch)
tree166c1875dc915ed8bd8319587b8e87d42626e936 /Doc/html
parent578a3f9638a28b2969d78265037cb09cf8cfbce2 (diff)
downloadcpython-b8aa2619c73d0ae0fa10b1ef5caf60c218497067.zip
cpython-b8aa2619c73d0ae0fa10b1ef5caf60c218497067.tar.gz
cpython-b8aa2619c73d0ae0fa10b1ef5caf60c218497067.tar.bz2
Always pass the split level to LaTeX2HTML as a command line option since
newer versions only process one initialization file, and do so at a different time than previous versions.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile
index fc74e10..5d9fbca 100644
--- a/Doc/html/Makefile
+++ b/Doc/html/Makefile
@@ -69,26 +69,26 @@ modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
lib/modindex.html mac/modindex.html
api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX) $(TOOLSDIR)/mkhtml.sh
- $(MKHTML) api $(L2HARGS)
+ $(MKHTML) api $(L2HARGS) -split 5
doc/doc.html: $(DOCFILES) $(BUILDINDEX) $(TOPDIR)/perl/ltxmarkup.perl
$(TOOLSDIR)/mkhowto --about stdabout.dat --address $(PYTHONDOCS) \
--html $(TOPDIR)/doc/doc.tex
ext/ext.html: $(PAPERDIR)/ext.aux $(TOOLSDIR)/mkhtml.sh
- $(MKHTML) ext $(L2HARGS)
+ $(MKHTML) ext $(L2HARGS) -split 5
lib/lib.html: $(PAPERDIR)/lib.aux $(BUILDINDEX) $(TOOLSDIR)/mkhtml.sh
$(TOOLSDIR)/fix_libaux.sed <`$(KPSEWHICH) lib.aux` >lib1.aux
mv lib1.aux `$(KPSEWHICH) lib.aux`
- $(MKHTML) lib $(L2HARGS)
+ $(MKHTML) lib $(L2HARGS) -split 5
mac/mac.html: $(MACFILES) $(BUILDINDEX)
$(TOOLSDIR)/mkhowto --about stdabout.dat --address $(PYTHONDOCS) \
--html $(TOPDIR)/mac/mac.tex
ref/ref.html: $(PAPERDIR)/ref.aux $(BUILDINDEX) $(TOOLSDIR)/mkhtml.sh
- $(MKHTML) ref $(L2HARGS)
+ $(MKHTML) ref $(L2HARGS) -split 5
tut/tut.html: $(PAPERDIR)/tut.aux $(TOOLSDIR)/mkhtml.sh
$(MKHTML) --numeric tut $(L2HARGS) -split 3