Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
950c1aa6
Commit
950c1aa6
authored
May 26, 2009
by
Ian Lynagh
Browse files
Fix haddocking
We were looking at HADDOCK_DOCS instead of $$(HADDOCK_DOCS)
parent
178a52ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/haddock.mk
View file @
950c1aa6
...
...
@@ -21,7 +21,7 @@ else
$$(error
Already
got
a
haddock
file
for
$$($1_PACKAGE))
endif
ifeq
"HADDOCK_DOCS" "YES"
ifeq
"
$$(
HADDOCK_DOCS
)
" "YES"
$(call
all-target,$1_$2_haddock,$$($$($1_PACKAGE)_HADDOCK_FILE))
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment