summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-04-06 00:17:08 (GMT)
committerFred Drake <fdrake@acm.org>2006-04-06 00:17:08 (GMT)
commitca30e1d5ec9376df6eaaf073e6e02fd105acacb6 (patch)
treecfd1384170f470aa182f9af915a88e9bf6a2da05 /Doc
parent3c423a04bac348a79b3be168e009ecdad13eda8a (diff)
downloadcpython-ca30e1d5ec9376df6eaaf073e6e02fd105acacb6.zip
cpython-ca30e1d5ec9376df6eaaf073e6e02fd105acacb6.tar.gz
cpython-ca30e1d5ec9376df6eaaf073e6e02fd105acacb6.tar.bz2
update URL to reflect new website
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile7
-rw-r--r--Doc/python-docs.txt2
2 files changed, 4 insertions, 5 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 0d391af..bc9c5c2 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -108,7 +108,7 @@ MKISILOHTML=$(MKHOWTO) --html --about html/stdabout.dat \
--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: isilo/python-api.pdb \
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 @@ distlatex: bziplatex ziplatex
# 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
diff --git a/Doc/python-docs.txt b/Doc/python-docs.txt
index 017fece..bf475b6 100644
--- a/Doc/python-docs.txt
+++ b/Doc/python-docs.txt
@@ -180,4 +180,4 @@ Answers to the Questions
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/