diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-30 17:07:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-30 17:07:02 (GMT) |
commit | b1510d506072f3857aaa8b1f9996520ee998804d (patch) | |
tree | 808c2bcdbfee9a1e57a503385bbccc590f1398e2 /Doc | |
parent | b07216b43ad3e375e2a4a80c726bae618c329553 (diff) | |
download | cpython-b1510d506072f3857aaa8b1f9996520ee998804d.zip cpython-b1510d506072f3857aaa8b1f9996520ee998804d.tar.gz cpython-b1510d506072f3857aaa8b1f9996520ee998804d.tar.bz2 |
Sprinkle with --favicon options.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 662ea07..8f2f2f1 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -73,7 +73,7 @@ DVIPS= dvips -N0 -t $(PAPER) 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 @@ $(INDEXFILES): $(COMMONPERL) html/about.dat tools/node2label.pl 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 @@ html/modindex.html: html/lib/lib.html html/mac/mac.html 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) |