mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Copy in the stylesheet after latex2html is done.
This commit is contained in:
parent
90fdda5404
commit
fcf57ad959
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ latex2html \
|
|||
${1:+$@} \
|
||||
$srcdir/$part/$part.tex || exit $?
|
||||
|
||||
# copy in the stylesheet
|
||||
echo "cp $srcdir/html/style.css $part/$part.css"
|
||||
cp $srcdir/html/style.css $part/$part.css || exit $?
|
||||
|
||||
echo "(cd $part; $srcdir/tools/node2label.pl \*.html)"
|
||||
cd $part
|
||||
$srcdir/tools/node2label.pl *.html || exit $?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue