Sprinkle with --favicon options.
diff --git a/Doc/Makefile b/Doc/Makefile
index 662ea07..8f2f2f1 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -73,7 +73,7 @@
 
 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 @@
 
 html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
 	$(PYTHON) $(TOOLSDIR)/mkackshtml --address $(PYTHONDOCS) \
+		--favicon icons/pyfav.gif \
 		--output html/acks.html <ACKS
 
 
@@ -338,6 +339,7 @@
 	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)