Mailing List Archive

python/dist/src/Doc Makefile,1.245,1.246
Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv2304

Modified Files:
Makefile
Log Message:
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.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.245
retrieving revision 1.246
diff -C2 -d -r1.245 -r1.246
*** Makefile 9 Aug 2002 20:20:50 -0000 1.245
--- Makefile 1 Oct 2002 15:20:18 -0000 1.246
***************
*** 74,81 ****
--- 74,83 ----
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