summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-29 20:01:55 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-29 20:01:55 (GMT)
commit9cb64803aa22ae35de0e8b0420bd8f0e4e8e2b44 (patch)
treea9a76836659aa5dfb27fb5a1affffdbea20a245c /Doc/Makefile
parentb0744c5a28c48066e40bec536e4cbc48f031ed4a (diff)
downloadcpython-9cb64803aa22ae35de0e8b0420bd8f0e4e8e2b44.zip
cpython-9cb64803aa22ae35de0e8b0420bd8f0e4e8e2b44.tar.gz
cpython-9cb64803aa22ae35de0e8b0420bd8f0e4e8e2b44.tar.bz2
Added Greg Stein's docs for BaseHTTPServer.py.
Moved docs for "re" to before docs for "regex".
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 72f5802..5548881 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -119,7 +119,8 @@ LIBFILES = lib.tex \
libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \
libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex \
libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \
- libuserdict.tex libdis.tex libxmllib.tex libqueue.tex liblocale.tex
+ libuserdict.tex libdis.tex libxmllib.tex libqueue.tex \
+ liblocale.tex libbasehttp.tex
# Library document
lib.dvi: $(LIBFILES)
@@ -182,16 +183,16 @@ lib.info: python-lib.info
# HTML converter. For more info on this program, see
# <URL:http://cbl.leeds.ac.uk/nikos/tex2html/doc/latex2html/latex2html.html>.
-# Note that LaTeX2HTML inserts references to an "icons" directory in
-# each page that it generates. You can customize where these icons
-# are to be found; I generally make it point to "../icons" and then
-# create a symbolic link to the icons directory in the LaTeX2HTML
-# source at the appropriate place. Change the definition of
-# $ICONSERVER in .latex2html-init to point to a different location.
+# Note that LaTeX2HTML inserts references to an icons directory in
+# each page that it generates. I have placed a copy of this directory
+# in the distribution to simplify the process of creating a
+# self-contained HTML distribution; for this purpose I have also added
+# a (trivial) index.html. Change the definition of $ICONSERVER in
+# .latex2html-init to use a different location for the icons directory.
-# The sed hack rips out a superfluous comma which I haven't found the source
-# of; the prominent location makes it worth the extra step. This affects the
-# title pages!
+# The sed hack rips out a superfluous comma which I haven't found the
+# source of. The prominent location makes it worth the extra step;
+# this affects the title pages!
l2h: l2htut l2hext l2hlib l2hapi