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

Copy in the stylesheet after latex2html is done.

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