aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile.doc
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-11-09 14:54:14 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-11-09 14:54:14 +0000
commitfc7465f44f3c02c187502de42b4111837b4e960a (patch)
tree2ce310701b317e6f5c4525aacdfec8881c1cbf33 /doc/Makefile.doc
parentd2c01819c1b13213450c0427a0d3b6b87af24a3f (diff)
Add web style sheet to doc output (work in progress)
Diffstat (limited to 'doc/Makefile.doc')
-rw-r--r--doc/Makefile.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.doc b/doc/Makefile.doc
index 1d35683b..cb415dbf 100644
--- a/doc/Makefile.doc
+++ b/doc/Makefile.doc
@@ -18,7 +18,7 @@
MAKE = make -f Makefile.doc
MAKEINFO = makeinfo
-TEXI2HTML = texi2html -expandinfo -number -split_chapter --noheader
+TEXI2HTML = texi2html -expandinfo -number -split_chapter --noheader --css-include proofgen.css
# `texinfo-tex' package contains texi2pdf
TEXI2PDF = texi2pdf
# `dviutils' package contains these useful utilities.