[Python-checkins] r43678 - python/trunk/Doc/Makefile python/trunk/Doc/python-docs.txt

fred.drake python-checkins at python.org
Thu Apr 6 02:17:09 CEST 2006


Author: fred.drake
Date: Thu Apr  6 02:17:08 2006
New Revision: 43678

Modified:
   python/trunk/Doc/Makefile
   python/trunk/Doc/python-docs.txt
Log:
update URL to reflect new website

Modified: python/trunk/Doc/Makefile
==============================================================================
--- python/trunk/Doc/Makefile	(original)
+++ python/trunk/Doc/Makefile	Thu Apr  6 02:17:08 2006
@@ -108,7 +108,7 @@
 		--iconserver ../icons \
 		--l2h-init perl/isilo.perl --numeric --split 1 \
 		--dvips-safe
-MKISILO=   iSilo386 -U -y -rCR -d0
+MKISILO=   iSiloXC -o isilo/settings.ixs
 MKPDF=	   $(MKHOWTO) --paper=$(PAPER) --pdf
 MKPS=	   $(MKHOWTO) --paper=$(PAPER) --ps
 
@@ -441,8 +441,7 @@
 	isilo/python-whatsnew.pdb
 
 isilo/python-api.pdb: isilo/api/api.html isilo/api/api.css
-	$(MKISILO) "-iPython/C API Reference Manual" \
-		isilo/api/api.html $@
+	$(MKISILO) -x isilo/api.ixs isilo/api/api.html $@
 
 isilo/python-doc.pdb: isilo/doc/doc.html isilo/doc/doc.css
 	$(MKISILO) "-iDocumenting Python" \
@@ -691,7 +690,7 @@
 # The small amount of additional work is a small price to pay for not
 # having to remember which order to do it in. ;)
 paperdist:	distpdf distps pkglist
-edist:		disthtml distinfo zipisilo pkglist
+edist:		disthtml distinfo pkglist
 
 # The pkglist.html file is used as part of the download.html page on
 # python.org; it is not used as intermediate input here or as part of

Modified: python/trunk/Doc/python-docs.txt
==============================================================================
--- python/trunk/Doc/python-docs.txt	(original)
+++ python/trunk/Doc/python-docs.txt	Thu Apr  6 02:17:08 2006
@@ -180,4 +180,4 @@
       whether it's safe to remove, see the "Why is Python Installed on
       my Computer?" FAQ, found at:
 
-          http://www.python.org/doc/faq/installed.html
+          http://www.python.org/doc/faq/installed/


More information about the Python-checkins mailing list