Copy in the stylesheet after latex2html is done.
authorFred Drake <fdrake@acm.org>
Tue, 16 Feb 1999 20:43:53 +0000 (20:43 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 16 Feb 1999 20:43:53 +0000 (20:43 +0000)
Doc/tools/mkhowto.sh

index 792f661dd6034f8a2cf45680c342413a93932974..373430d3779ad2499e1d8aa9aa9a3c792bc7787e 100755 (executable)
@@ -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