]> granicus.if.org Git - python/commitdiff
Copy in the stylesheet after latex2html is done.
authorFred Drake <fdrake@acm.org>
Tue, 16 Feb 1999 20:28:25 +0000 (20:28 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 16 Feb 1999 20:28:25 +0000 (20:28 +0000)
Doc/tools/mkhtml.sh

index 940d934160aa997b625373cc4ef2b3f12afc0666..e20d3bf123e83985d8c4decf95fa736c842e9ae8 100755 (executable)
@@ -31,6 +31,10 @@ latex2html \
  ${1:+$@} \
  $srcdir/$part/$part.tex || exit $?
 
+# copy in the stylesheet
+echo "cp $srcdir/html/style.css $part/$part.css"
+cp $srcdir/html/style.css $part/$part.css || exit $?
+
 echo "(cd $part; $srcdir/tools/node2label.pl \*.html)"
 cd $part
 $srcdir/tools/node2label.pl *.html || exit $?