diff options
author | sven.panne@aedion.de <unknown> | 2006-08-11 09:26:09 +0000 |
---|---|---|
committer | sven.panne@aedion.de <unknown> | 2006-08-11 09:26:09 +0000 |
commit | 49e3b654c4c6cce96b7dbaa8660c16266da7b807 (patch) | |
tree | 16faaf418b3a08c18ca292e672e7c92ce66aa078 /libraries | |
parent | 5eff59e17536156a02affc3c4de462f5e61e16c5 (diff) | |
download | haskell-49e3b654c4c6cce96b7dbaa8660c16266da7b807.tar.gz |
Now that we have an "html" package, put the Haddock docs somewhere else
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 07692163e2..5a9067fb96 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -55,7 +55,7 @@ include $(TOP)/mk/target.mk ifneq "$(NO_HADDOCK_DOCS)" "YES" -HTML_DIR = html +HTML_DIR = html-docs # ATTENTION, incomprehensible shell stuff ahead: Automagically create the # prologue for the combined index via a header, the package prologues (in |