mirror of https://github.com/python/cpython
Switch to the Python version of mkhowto.
This commit is contained in:
parent
8b88093b95
commit
6b12b1ec1d
|
@ -67,7 +67,7 @@ lib/lib.html: $(PAPERDIR)/lib.aux $(BUILDINDEX)
|
|||
$(MKHTML) lib $(L2HARGS)
|
||||
|
||||
mac/mac.html: $(MACFILES) $(BUILDINDEX)
|
||||
$(TOOLSDIR)/mkhowto.sh --address '<hr>Send comments to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.' --html $(TOPDIR)/mac/mac.tex
|
||||
$(TOOLSDIR)/mkhowto --address '<hr>Send comments to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.' --html $(TOPDIR)/mac/mac.tex
|
||||
|
||||
ref/ref.html: $(PAPERDIR)/ref.aux $(BUILDINDEX)
|
||||
$(MKHTML) ref $(L2HARGS)
|
||||
|
|
|
@ -12,7 +12,7 @@ TOOLSDIR= ../tools
|
|||
TEXINPUTS= .:../texinputs:
|
||||
|
||||
MKDVI= TEXINPUTS=$(TEXINPUTS) $(TOOLSDIR)/mkdvi.sh
|
||||
MKHOWTO= $(TOOLSDIR)/mkhowto.sh --keep
|
||||
MKHOWTO= $(TOOLSDIR)/mkhowto --keep
|
||||
MKPDF= TEXINPUTS=$(TEXINPUTS) $(TOOLSDIR)/mkdvi.sh --pdf
|
||||
|
||||
|
||||
|
@ -54,8 +54,8 @@ $(PDFFILES): ../tools/fix_hack ../tools/mkdvi.sh $(COMMONTEX)
|
|||
$(MANDVIFILES): $(MANSTYLES)
|
||||
$(MANPDFFILES): $(MANSTYLES)
|
||||
|
||||
$(HOWTODVIFILES): ../tools/mkhowto.sh $(HOWTOSTYLES)
|
||||
$(HOWTOPDFFILES): ../tools/mkhowto.sh $(HOWTOSTYLES)
|
||||
$(HOWTODVIFILES): ../tools/mkhowto $(HOWTOSTYLES)
|
||||
$(HOWTOPDFFILES): ../tools/mkhowto $(HOWTOSTYLES)
|
||||
|
||||
|
||||
# Rules to build PostScript and PDF formats
|
||||
|
|
Loading…
Reference in New Issue