Commit df49324c authored by Fred Drake's avatar Fred Drake

define a variable to specify the mkhowto program itself, as for any

other application
parent b2bdb3ee
...@@ -71,19 +71,21 @@ RELEASE=2.4a0 ...@@ -71,19 +71,21 @@ RELEASE=2.4a0
PYTHON= python PYTHON= python
DVIPS= dvips -N0 -t $(PAPER) DVIPS= dvips -N0 -t $(PAPER)
MKDVI= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --dvi MKHOWTO= $(PYTHON) ../tools/mkhowto
MKHTML= $(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
MKDVI= $(MKHOWTO) --paper=$(PAPER) --dvi
MKHTML= $(MKHOWTO) --html --about html/stdabout.dat \
--iconserver ../icons --favicon ../icons/pyfav.gif \ --iconserver ../icons --favicon ../icons/pyfav.gif \
--address $(PYTHONDOCS) --up-link ../index.html \ --address $(PYTHONDOCS) --up-link ../index.html \
--up-title "Python Documentation Index" \ --up-title "Python Documentation Index" \
--global-module-index "../modindex.html" --dvips-safe --global-module-index "../modindex.html" --dvips-safe
MKISILOHTML=$(PYTHON) tools/mkhowto --html --about html/stdabout.dat \ MKISILOHTML=$(MKHOWTO) --html --about html/stdabout.dat \
--iconserver ../icons \ --iconserver ../icons \
--l2h-init perl/isilo.perl --numeric --split 1 \ --l2h-init perl/isilo.perl --numeric --split 1 \
--dvips-safe --dvips-safe
MKISILO= iSilo386 -U -y -rCR -d0 MKISILO= iSilo386 -U -y -rCR -d0
MKPDF= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --pdf MKPDF= $(MKHOWTO) --paper=$(PAPER) --pdf
MKPS= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --ps MKPS= $(MKHOWTO) --paper=$(PAPER) --ps
BUILDINDEX=$(TOOLSDIR)/buildindex.py BUILDINDEX=$(TOOLSDIR)/buildindex.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment