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/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index dbab0ba6..5f88b708 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,6 @@ -TOP=.. -include $(TOP)/mk/boilerplate.mk +include config.mk XML_DOC = haddock INSTALL_XML_DOC = haddock -include $(TOP)/mk/target.mk +include docbook-xml.mk -- cgit v1.2.3