diff options
author | Fred Drake <fdrake@acm.org> | 2006-04-06 00:18:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-04-06 00:18:28 (GMT) |
commit | 8038163ee65252b028148bb6fd10a5361831f277 (patch) | |
tree | 07d900cb7e98fe4bc0fa3ccd32a2de596392c669 /Doc | |
parent | ca30e1d5ec9376df6eaaf073e6e02fd105acacb6 (diff) | |
download | cpython-8038163ee65252b028148bb6fd10a5361831f277.zip cpython-8038163ee65252b028148bb6fd10a5361831f277.tar.gz cpython-8038163ee65252b028148bb6fd10a5361831f277.tar.bz2 |
revert incomplete changes committed by accident
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index bc9c5c2..0d391af 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= iSiloXC -o isilo/settings.ixs +MKISILO= iSilo386 -U -y -rCR -d0 MKPDF= $(MKHOWTO) --paper=$(PAPER) --pdf MKPS= $(MKHOWTO) --paper=$(PAPER) --ps @@ -441,7 +441,8 @@ isilo: isilo/python-api.pdb \ isilo/python-whatsnew.pdb isilo/python-api.pdb: isilo/api/api.html isilo/api/api.css - $(MKISILO) -x isilo/api.ixs isilo/api/api.html $@ + $(MKISILO) "-iPython/C API Reference Manual" \ + isilo/api/api.html $@ isilo/python-doc.pdb: isilo/doc/doc.html isilo/doc/doc.css $(MKISILO) "-iDocumenting Python" \ @@ -690,7 +691,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 pkglist +edist: disthtml distinfo zipisilo 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 |