diff options
author | Guido van Rossum <guido@python.org> | 1993-02-21 20:10:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-02-21 20:10:26 (GMT) |
commit | 970871f8e643c576217982577fa8f304252b0c3e (patch) | |
tree | 28a11588cd5ab27d74e2824aedb7f1c357d77a0a /Doc/Makefile | |
parent | 778983b48165da25ee11fb97f6855af7c67f4ff2 (diff) | |
download | cpython-970871f8e643c576217982577fa8f304252b0c3e.zip cpython-970871f8e643c576217982577fa8f304252b0c3e.tar.gz cpython-970871f8e643c576217982577fa8f304252b0c3e.tar.bz2 |
* Changed preface in texipre.dat.
* Added libwww entry to Makefile.
* Documented new array module.
* Documented extensions to regex (last, substring, translation table).
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 1476da7..64b029e 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -38,6 +38,10 @@ libinfo: python -c 'import partparse; partparse.main()' lib[1-5].tex sh fix.sh +# This target is very local to CWI... (first make libinfo) +libwww: + texi2html -d @out.texi /usr/local/ftp.cwi.nl/pub/www/texinfo/python + clean: rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl *.pyc # Sources: .tex, .bib, .sty |