diff options
author | Ian Lynagh <igloo@earth.li> | 2007-11-23 23:31:13 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-11-23 23:31:13 +0000 |
commit | b93e282a8c2e86ebdf2bc05fce91f001c53bd88d (patch) | |
tree | c27f15be8860a747da4a97ec18aef9055c291a88 /mk/config.mk.in | |
parent | e517644d3a3272f4306654d0f50db28c664a9a8b (diff) | |
download | haskell-b93e282a8c2e86ebdf2bc05fce91f001c53bd88d.tar.gz |
MERGED: If we have hscolour then make source code links in teh haddock docs
Fri Nov 23 13:15:59 PST 2007 Ian Lynagh <igloo@earth.li>
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 104694e07d..706bf7c551 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -1041,6 +1041,8 @@ STRIP = strip TAR = @TarCmd@ ZIP = zip +HSCOLOUR = @HSCOLOUR@ + # # This is special to literate/, ToDo: add literate-specific # configure setup to literate/. |