Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcf57ad

Browse files
committed
Copy in the stylesheet after latex2html is done.
1 parent 90fdda5 commit fcf57ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/tools/mkhtml.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ latex2html \
3131
${1:+$@} \
3232
$srcdir/$part/$part.tex || exit $?
3333

34+
# copy in the stylesheet
35+
echo "cp $srcdir/html/style.css $part/$part.css"
36+
cp $srcdir/html/style.css $part/$part.css || exit $?
37+
3438
echo "(cd $part; $srcdir/tools/node2label.pl \*.html)"
3539
cd $part
3640
$srcdir/tools/node2label.pl *.html || exit $?

0 commit comments

Comments
 (0)