aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ghc.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ghc.mk b/doc/ghc.mk
new file mode 100644
index 00000000..73d6b7f0
--- /dev/null
+++ b/doc/ghc.mk
@@ -0,0 +1,15 @@
+# -----------------------------------------------------------------------------
+#
+# (c) 2009 The University of Glasgow
+#
+# This file is part of the GHC build system.
+#
+# To understand how the build system works and how to modify it, see
+# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
+# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
+#
+# -----------------------------------------------------------------------------
+
+utils/haddock/doc_DOCBOOK_SOURCES = utils/haddock/doc/haddock.xml
+
+$(eval $(call docbook,utils/haddock/doc,haddock))