From b1510d506072f3857aaa8b1f9996520ee998804d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 30 Oct 2002 17:07:02 +0000 Subject: Sprinkle with --favicon options. --- Doc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 662ea07..8f2f2f1 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