Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8903be6

Browse files
committed
Tell mkhowto to use stdabout.dat for the documents it processes here.
1 parent b35f2b7 commit 8903be6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/html/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX) $(TOOLSDIR)/mkhtml.sh
6666
$(MKHTML) api $(L2HARGS)
6767

6868
doc/doc.html: $(DOCFILES) $(BUILDINDEX) $(TOPDIR)/perl/ltxmarkup.perl
69-
$(TOOLSDIR)/mkhowto --address $(PYTHONDOCS) --html \
70-
$(TOPDIR)/doc/doc.tex
69+
$(TOOLSDIR)/mkhowto --about stdabout.dat --address $(PYTHONDOCS) \
70+
--html $(TOPDIR)/doc/doc.tex
7171

7272
ext/ext.html: $(PAPERDIR)/ext.aux $(TOOLSDIR)/mkhtml.sh
7373
$(MKHTML) ext $(L2HARGS)
@@ -78,8 +78,8 @@ lib/lib.html: $(PAPERDIR)/lib.aux $(BUILDINDEX) $(TOOLSDIR)/mkhtml.sh
7878
$(MKHTML) lib $(L2HARGS)
7979

8080
mac/mac.html: $(MACFILES) $(BUILDINDEX)
81-
$(TOOLSDIR)/mkhowto --address $(PYTHONDOCS) --html \
82-
$(TOPDIR)/mac/mac.tex
81+
$(TOOLSDIR)/mkhowto --about stdabout.dat --address $(PYTHONDOCS) \
82+
--html $(TOPDIR)/mac/mac.tex
8383

8484
ref/ref.html: $(PAPERDIR)/ref.aux $(BUILDINDEX) $(TOOLSDIR)/mkhtml.sh
8585
$(MKHTML) ref $(L2HARGS)

0 commit comments

Comments
 (0)