]> granicus.if.org Git - python/commitdiff
Add a comment explaining that this script is probably not useful outside the
authorFred Drake <fdrake@acm.org>
Tue, 11 Aug 1998 14:10:40 +0000 (14:10 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 11 Aug 1998 14:10:40 +0000 (14:10 +0000)
standard Python documentation, since the mkhowto.sh script is.  Let there be
no doubts....

Doc/tools/mkhtml.sh

index 68810f0194550a64582b129a4bf23bc7f0671b79..ab0c2fccd6c18d7c152bf7fbe9d47bafcd6e69e8 100755 (executable)
@@ -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 \