From: Fred Drake Date: Tue, 16 Feb 1999 20:43:53 +0000 (+0000) Subject: Copy in the stylesheet after latex2html is done. X-Git-Tag: v1.5.2b2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6838c0f5ebfa1750c1a92c6bb7cc40c030f3a77;p=thirdparty%2FPython%2Fcpython.git Copy in the stylesheet after latex2html is done. --- diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index 792f661dd603..373430d3779a 100755 --- a/Doc/tools/mkhowto.sh +++ b/Doc/tools/mkhowto.sh @@ -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