MKDVI= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --dvi
MKHTML= $(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
- --iconserver ../icons \
+ --iconserver ../icons --favicon ../icons/pyfav.gif \
--address $(PYTHONDOCS) --up-link ../index.html \
--up-title "Python Documentation Index" \
--global-module-index "../modindex.html" --dvips-safe
html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
$(PYTHON) $(TOOLSDIR)/mkackshtml --address $(PYTHONDOCS) \
+ --favicon icons/pyfav.gif \
--output html/acks.html <ACKS
cd html && \
$(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 4 \
--output modindex.html --address $(PYTHONDOCS) \
+ --favicon icons/pyfav.gif \
lib/modindex.html mac/modindex.html
html: $(ALLHTMLFILES) $(HTMLCSSFILES)