File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,17 +61,17 @@ modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
6161 --address $(PYTHONDOCS ) \
6262 lib/modindex.html mac/modindex.html
6363
64- api/api.html : $(PAPERDIR ) /api.aux $(BUILDINDEX )
64+ api/api.html : $(PAPERDIR ) /api.aux $(BUILDINDEX ) $( TOOLSDIR ) /mkhtml.sh
6565 $(MKHTML ) api $(L2HARGS )
6666
6767doc/doc.html : $(DOCFILES ) $(BUILDINDEX ) $(TOPDIR ) /perl/ltxmarkup.perl
6868 $(TOOLSDIR ) /mkhowto --address $(PYTHONDOCS ) --html \
6969 $(TOPDIR ) /doc/doc.tex
7070
71- ext/ext.html : $(PAPERDIR ) /ext.aux
71+ ext/ext.html : $(PAPERDIR ) /ext.aux $( TOOLSDIR ) /mkhtml.sh
7272 $(MKHTML ) ext $(L2HARGS )
7373
74- lib/lib.html : $(PAPERDIR ) /lib.aux $(BUILDINDEX )
74+ lib/lib.html : $(PAPERDIR ) /lib.aux $(BUILDINDEX ) $( TOOLSDIR ) /mkhtml.sh
7575 $(TOOLSDIR ) /fix_libaux.sed < ` $( KPSEWHICH) lib.aux` > lib1.aux
7676 mv lib1.aux ` $( KPSEWHICH) lib.aux`
7777 $(MKHTML ) lib $(L2HARGS )
@@ -80,11 +80,11 @@ mac/mac.html: $(MACFILES) $(BUILDINDEX)
8080 $(TOOLSDIR ) /mkhowto --address $(PYTHONDOCS ) --html \
8181 $(TOPDIR ) /mac/mac.tex
8282
83- ref/ref.html : $(PAPERDIR ) /ref.aux $(BUILDINDEX )
83+ ref/ref.html : $(PAPERDIR ) /ref.aux $(BUILDINDEX ) $( TOOLSDIR ) /mkhtml.sh
8484 $(MKHTML ) ref $(L2HARGS )
8585
86- tut/tut.html : $(PAPERDIR ) /tut.aux
87- $(MKHTML ) tut $(L2HARGS ) -split 4
86+ tut/tut.html : $(PAPERDIR ) /tut.aux $( TOOLSDIR ) /mkhtml.sh
87+ $(MKHTML ) --numeric tut $(L2HARGS ) -split 3
8888
8989
9090include ../Makefile.deps
You can’t perform that action at this time.
0 commit comments