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 fcf57ad commit f6838c0Copy full SHA for f6838c0
1 file changed
Doc/tools/mkhowto.sh
@@ -84,6 +84,7 @@ build_html() {
84
-init_file $L2H_INIT_FILE \
85
-init_file $L2H_AUX_INIT_FILE \
86
-dir $BUILDDIR $TEXFILE || exit $?
87
+ cp $TOPDIR/html/style.css $BUILDDIR/$1.css
88
if [ "$MAX_SPLIT_DEPTH" -ne 1 ] ; then
89
(cd $BUILDDIR; $MYDIR/node2label.pl *.html) || exit $?
90
fi
0 commit comments