[Python-checkins] python/dist/src/Doc Makefile,1.278,1.279

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Fri Nov 5 05:51:07 CET 2004


Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17211

Modified Files:
	Makefile 
Log Message:
switch remaining icon references to the PNG icons

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- Makefile	17 Sep 2004 20:23:47 -0000	1.278
+++ Makefile	5 Nov 2004 04:51:05 -0000	1.279
@@ -100,7 +100,7 @@
 
 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 @@
 
 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 @@
 	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
 



More information about the Python-checkins mailing list