Kaydet (Commit) fcf57ad9 authored tarafından Fred Drake's avatar Fred Drake

Copy in the stylesheet after latex2html is done.

üst 90fdda54
...@@ -31,6 +31,10 @@ latex2html \ ...@@ -31,6 +31,10 @@ latex2html \
${1:+$@} \ ${1:+$@} \
$srcdir/$part/$part.tex || exit $? $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)" echo "(cd $part; $srcdir/tools/node2label.pl \*.html)"
cd $part cd $part
$srcdir/tools/node2label.pl *.html || exit $? $srcdir/tools/node2label.pl *.html || exit $?
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment