Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fdda5 commit fcf57adCopy full SHA for fcf57ad
1 file changed
Doc/tools/mkhtml.sh
@@ -31,6 +31,10 @@ latex2html \
31
${1:+$@} \
32
$srcdir/$part/$part.tex || exit $?
33
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
+
38
echo "(cd $part; $srcdir/tools/node2label.pl \*.html)"
39
cd $part
40
$srcdir/tools/node2label.pl *.html || exit $?
0 commit comments