From: Fred Drake Date: Wed, 30 Oct 2002 17:07:02 +0000 (+0000) Subject: Sprinkle with --favicon options. X-Git-Tag: v2.3c1~3643 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1510d506072f3857aaa8b1f9996520ee998804d;p=thirdparty%2FPython%2Fcpython.git Sprinkle with --favicon options. --- diff --git a/Doc/Makefile b/Doc/Makefile index 662ea0727e43..8f2f2f1eebcb 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -73,7 +73,7 @@ DVIPS= dvips -N0 -t $(PAPER) 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 @@ -318,6 +318,7 @@ $(INDEXFILES): $(COMMONPERL) html/about.dat tools/node2label.pl html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml $(PYTHON) $(TOOLSDIR)/mkackshtml --address $(PYTHONDOCS) \ + --favicon icons/pyfav.gif \ --output html/acks.html