From 6e2e90d1602479769f4a3ba7dc27a57fbd2c899f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 5 Nov 2004 04:51:05 +0000 Subject: switch remaining icon references to the PNG icons --- Doc/Makefile | 6 +++--- Doc/html/about.html | 14 +++++++------- Doc/html/index.html.in | 14 +++++++------- 3 files changed, 17 insertions(+), 17 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 - + @@ -17,20 +17,20 @@ + src="icons/blank.png"> + src="icons/up.png"> + src="icons/blank.png"> + src="icons/blank.png"> + src="icons/blank.png"> + src="icons/blank.png">
up About the Python Documentation
Up: diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index a4c22d2..412f1d5 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -5,7 +5,7 @@ - + @@ -23,20 +23,20 @@ + src="icons/blank.png"> + src="icons/blank.png"> + src="icons/blank.png"> + src="icons/blank.png"> + src="icons/modules.png"> + src="icons/blank.png">
Python Documentation Module Index

-- cgit v0.12