summaryrefslogtreecommitdiff
path: root/docs/users_guide/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-04-26 11:42:15 +0000
committerIan Lynagh <igloo@earth.li>2009-04-26 11:42:15 +0000
commit34cc75e1a62638f2833815746ebce0a9114dc26b (patch)
treeef21e8fd7af1356beea9cce7d6efb8a65374e24c /docs/users_guide/ghc.mk
parent74e1368d4688ee16f6decdf2cd3ebe27506b26ba (diff)
downloadhaskell-34cc75e1a62638f2833815746ebce0a9114dc26b.tar.gz
GHC new build system megapatch
Diffstat (limited to 'docs/users_guide/ghc.mk')
-rw-r--r--docs/users_guide/ghc.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/ghc.mk b/docs/users_guide/ghc.mk
new file mode 100644
index 0000000000..bae39adce8
--- /dev/null
+++ b/docs/users_guide/ghc.mk
@@ -0,0 +1,7 @@
+
+docs/users_guide_DOCBOOK_SOURCES := \
+ $(wildcard docs/users_guide/*.xml) \
+ $(basename $(wildcard docs/users_guide/*.xml.in))
+
+$(eval $(call docbook,docs/users_guide,users_guide))
+