diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-16 20:43:53 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-16 20:43:53 +0000 |
commit | f6838c0f5ebfa1750c1a92c6bb7cc40c030f3a77 (patch) | |
tree | 2f8137510fb287e5df9b9942735ad8a294b8b6f5 /Doc/tools/mkhowto.sh | |
parent | fcf57ad959efa060956a77df6d465e44b02b0525 (diff) | |
download | cpython-git-f6838c0f5ebfa1750c1a92c6bb7cc40c030f3a77.tar.gz |
Copy in the stylesheet after latex2html is done.
Diffstat (limited to 'Doc/tools/mkhowto.sh')
-rwxr-xr-x | Doc/tools/mkhowto.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index 792f661dd6..373430d377 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 |