diff options
author | Fred Drake <fdrake@acm.org> | 1999-09-23 16:54:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-09-23 16:54:06 (GMT) |
commit | 8903be62a81ede35a7453f5841924f45c4f73e73 (patch) | |
tree | 612b027305c0b6c24b9b26526910812a39e439ae /Doc/html | |
parent | b35f2b7ef805b6988844bcfb757733cf3cf246e4 (diff) | |
download | cpython-8903be62a81ede35a7453f5841924f45c4f73e73.zip cpython-8903be62a81ede35a7453f5841924f45c4f73e73.tar.gz cpython-8903be62a81ede35a7453f5841924f45c4f73e73.tar.bz2 |
Tell mkhowto to use stdabout.dat for the documents it processes here.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index fa7e6f5..538d68f 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -66,8 +66,8 @@ api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX) $(TOOLSDIR)/mkhtml.sh $(MKHTML) api $(L2HARGS) doc/doc.html: $(DOCFILES) $(BUILDINDEX) $(TOPDIR)/perl/ltxmarkup.perl - $(TOOLSDIR)/mkhowto --address $(PYTHONDOCS) --html \ - $(TOPDIR)/doc/doc.tex + $(TOOLSDIR)/mkhowto --about stdabout.dat --address $(PYTHONDOCS) \ + --html $(TOPDIR)/doc/doc.tex ext/ext.html: $(PAPERDIR)/ext.aux $(TOOLSDIR)/mkhtml.sh $(MKHTML) ext $(L2HARGS) @@ -78,8 +78,8 @@ lib/lib.html: $(PAPERDIR)/lib.aux $(BUILDINDEX) $(TOOLSDIR)/mkhtml.sh $(MKHTML) lib $(L2HARGS) mac/mac.html: $(MACFILES) $(BUILDINDEX) - $(TOOLSDIR)/mkhowto --address $(PYTHONDOCS) --html \ - $(TOPDIR)/mac/mac.tex + $(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) |