diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-01 15:20:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-01 15:20:20 (GMT) |
commit | 15a159c23166c77926cebebbf9cc4bf13119f86e (patch) | |
tree | 40d3d8b096fbbf4cea5dcf312431568eb08f4a2c /Doc/Makefile | |
parent | de6977f441ec9748940f1a55908053d0a6e277f8 (diff) | |
download | cpython-15a159c23166c77926cebebbf9cc4bf13119f86e.zip cpython-15a159c23166c77926cebebbf9cc4bf13119f86e.tar.gz cpython-15a159c23166c77926cebebbf9cc4bf13119f86e.tar.bz2 |
Change the default path to icons so that "mkhowto" does the "right thing" by
default when used for 3rd-party docs. This requires the standard Python docs
to specify a location, but they are a bit of a special case in sharing one set
of icons among several documents.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index f76238a..2b8b9e0 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -73,10 +73,12 @@ DVIPS= dvips -N0 -t $(PAPER) 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" \ --global-module-index "../modindex.html" --dvips-safe MKISILOHTML=$(PYTHON) tools/mkhowto --html --about html/stdabout.dat \ + --iconserver ../icons \ --l2h-init perl/isilo.perl --numeric --split 1 \ --dvips-safe MKISILO= iSilo386 -U -y -rCR -d0 |