summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-11 14:10:40 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-11 14:10:40 (GMT)
commitf6b6bbceb638f079f76d317d370be347fedd3f99 (patch)
tree1eb04af9ef3d4c892593241a3f8cf2da02e3680a
parent4d46487fe8930004f3bf2521695fdaa715d5d65e (diff)
downloadcpython-f6b6bbceb638f079f76d317d370be347fedd3f99.zip
cpython-f6b6bbceb638f079f76d317d370be347fedd3f99.tar.gz
cpython-f6b6bbceb638f079f76d317d370be347fedd3f99.tar.bz2
Add a comment explaining that this script is probably not useful outside the
standard Python documentation, since the mkhowto.sh script is. Let there be no doubts....
-rwxr-xr-xDoc/tools/mkhtml.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/Doc/tools/mkhtml.sh b/Doc/tools/mkhtml.sh
index 68810f0..ab0c2fc 100755
--- a/Doc/tools/mkhtml.sh
+++ b/Doc/tools/mkhtml.sh
@@ -1,9 +1,11 @@
#! /bin/sh
#
-# Drive HTML generation for a Python manual.
+# Drive HTML generation for a Python manual.
#
-# The first arg is required and is the designation for which manual to build;
-# api, ext, lib, ref, or tut. All other args are passed on to latex2html.
+# This is probably *not* useful outside of the standard Python documentation.
+#
+# The first arg is required and is the designation for which manual to build;
+# api, ext, lib, ref, or tut. All other args are passed on to latex2html.
WORKDIR=`pwd`
cd `dirname $0`/..
@@ -19,7 +21,7 @@ if [ -d $part ] ; then
rm -f $part/*.html
fi
-echo "latex2html -init_file $srcdir/perl/l2hinit.perl -dir $part " \
+echo "latex2html -init_file $srcdir/perl/l2hinit.perl -dir $part" \
"${1:+$@} $srcdir/$part/$part.tex"
latex2html \
-init_file $srcdir/perl/l2hinit.perl \