Copy in the stylesheet after latex2html is done.

This commit is contained in:
Fred Drake 1999-02-16 20:43:53 +00:00
parent fcf57ad959
commit f6838c0f5e
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ build_html() {
-init_file $L2H_INIT_FILE \
-init_file $L2H_AUX_INIT_FILE \
-dir $BUILDDIR $TEXFILE || exit $?
cp $TOPDIR/html/style.css $BUILDDIR/$1.css
if [ "$MAX_SPLIT_DEPTH" -ne 1 ] ; then
(cd $BUILDDIR; $MYDIR/node2label.pl *.html) || exit $?
fi