[Python-checkins] python/dist/src/Doc Makefile,1.247,1.248
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
2002年10月30日 09:07:10 -0800
Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv524
Modified Files:
Makefile
Log Message:
Sprinkle with --favicon options.
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.247
retrieving revision 1.248
diff -C2 -d -r1.247 -r1.248
*** Makefile 4 Oct 2002 19:23:06 -0000 1.247
--- Makefile 30 Oct 2002 17:07:02 -0000 1.248
***************
*** 74,78 ****
MKDVI= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --dvi
MKHTML= $(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
! --iconserver ../icons \
--address $(PYTHONDOCS) --up-link ../index.html \
--up-title "Python Documentation Index" \
--- 74,78 ----
MKDVI= $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --dvi
MKHTML= $(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
! --iconserver ../icons --favicon ../icons/pyfav.gif \
--address $(PYTHONDOCS) --up-link ../index.html \
--up-title "Python Documentation Index" \
***************
*** 319,322 ****
--- 319,323 ----
html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
$(PYTHON) $(TOOLSDIR)/mkackshtml --address $(PYTHONDOCS) \
+ --favicon icons/pyfav.gif \
--output html/acks.html <ACKS
***************
*** 339,342 ****
--- 340,344 ----
$(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 4 \
--output modindex.html --address $(PYTHONDOCS) \
+ --favicon icons/pyfav.gif \
lib/modindex.html mac/modindex.html