From 766cecdda0a834e2a50a6aaa36518ea6b4ac360c Mon Sep 17 00:00:00 2001 From: simonmar Date: Sat, 29 Oct 2005 08:14:43 +0000 Subject: Add configure script and Makefile for the docs Add a separate configure script and build system for building the documentation. The configure and Makefile code is stolen from fptools. This is left as a separate build system so that the main Cabal setup doesn't require a Unix build environment or DocBook XML tools. --- doc/config.mk.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/config.mk.in (limited to 'doc/config.mk.in') diff --git a/doc/config.mk.in b/doc/config.mk.in new file mode 100644 index 00000000..e286794c --- /dev/null +++ b/doc/config.mk.in @@ -0,0 +1,15 @@ +#----------------------------------------------------------------------------- +# DocBook XML stuff + +XSLTPROC = @XsltprocCmd@ +XMLLINT = @XmllintCmd@ +FOP = @FopCmd@ +XMLTEX = @XmltexCmd@ +PDFXMLTEX = @PdfxmltexCmd@ +DVIPS = @DvipsCmd@ + +DIR_DOCBOOK_XSL = @DIR_DOCBOOK_XSL@ + +XSLTPROC_LABEL_OPTS = --stringparam toc.section.depth 3 \ + --stringparam section.autolabel 1 \ + --stringparam section.label.includes.component.label 1 -- cgit v1.2.3