mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merged changes from the 1.5.2p2 release.
This commit is contained in:
parent
a22b576d05
commit
ba82878a3b
11 changed files with 118 additions and 28 deletions
|
@ -27,12 +27,16 @@ export TEXINPUTS
|
|||
|
||||
if [ -d $part ] ; then
|
||||
rm -f $part/*.html
|
||||
else
|
||||
mkdir $part
|
||||
fi
|
||||
|
||||
echo "latex2html -init_file $srcdir/perl/l2hinit.perl -dir $part" \
|
||||
"${1:+$@} $srcdir/$part/$part.tex"
|
||||
latex2html \
|
||||
-no_auto_link \
|
||||
-up_url '../index.html' \
|
||||
-up_title 'Documentation Index' \
|
||||
-init_file $srcdir/perl/l2hinit.perl \
|
||||
-address '<hr>See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.' \
|
||||
-dir $part \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue