summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-11-05 04:51:05 (GMT)
committerFred Drake <fdrake@acm.org>2004-11-05 04:51:05 (GMT)
commit6e2e90d1602479769f4a3ba7dc27a57fbd2c899f (patch)
tree081cf91fefff45b2bc6c5552e96477b927c32ce2 /Doc/Makefile
parent8aebe19e352d4acb0400c5a95d81fbe5488b98c4 (diff)
downloadcpython-6e2e90d1602479769f4a3ba7dc27a57fbd2c899f.zip
cpython-6e2e90d1602479769f4a3ba7dc27a57fbd2c899f.tar.gz
cpython-6e2e90d1602479769f4a3ba7dc27a57fbd2c899f.tar.bz2
switch remaining icon references to the PNG icons
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 09a3ff9..36ce647 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -100,7 +100,7 @@ MKHOWTO= TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto
MKDVI= $(MKHOWTO) --paper=$(PAPER) --dvi
MKHTML= $(MKHOWTO) --html --about html/stdabout.dat \
- --iconserver ../icons --favicon ../icons/pyfav.gif \
+ --iconserver ../icons --favicon ../icons/pyfav.png \
--address $(PYTHONDOCS) --up-link ../index.html \
--up-title "Python Documentation Index" \
--global-module-index "../modindex.html" --dvips-safe
@@ -345,7 +345,7 @@ $(INDEXFILES): $(COMMONPERL) html/stdabout.dat tools/node2label.pl
html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
$(PYTHON) $(TOOLSDIR)/mkackshtml --address $(PYTHONDOCS) \
- --favicon icons/pyfav.gif \
+ --favicon icons/pyfav.png \
--output html/acks.html <ACKS
@@ -367,7 +367,7 @@ html/modindex.html: html/lib/lib.html html/mac/mac.html
cd html && \
$(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 3 \
--output modindex.html --address $(PYTHONDOCS) \
- --favicon icons/pyfav.gif \
+ --favicon icons/pyfav.png \
dist/modindex.html \
lib/modindex.html mac/modindex.html