aboutsummaryrefslogtreecommitdiff
path: root/mk/config.mk
diff options
context:
space:
mode:
authorsimonmar <simonmar@microsoft.com>2005-10-14 23:11:19 +0000
committersimonmar <simonmar@microsoft.com>2005-10-14 23:11:19 +0000
commit21c7ac8d714be74903755ed2d6ee3716ab77a727 (patch)
tree98fe80aceff6746cfbf8eb631a42ef1101198150 /mk/config.mk
parentb2edbedbcf19f9ec187128574f0dba29d3373d41 (diff)
First cut of Cabal build system
Diffstat (limited to 'mk/config.mk')
-rw-r--r--mk/config.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/mk/config.mk b/mk/config.mk
deleted file mode 100644
index 5675a1e6..00000000
--- a/mk/config.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# Haddock project information
-#
-
-# what to include in a binary distribution
-HaddockMainDir = haddock
-HaddockBinDistDirs = haddock
-HaddockBinDistDocs = haddock/doc
-HaddockBinDistShScripts = haddock-$(ProjectVersion)
-HaddockBinDistLinks = haddock
-
-include $(HaddockMainDir)/mk/version.mk