Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
5d6bfce4
Commit
5d6bfce4
authored
Apr 29, 2009
by
Duncan Coutts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent haddock docs being built when HADDOCK_DOCS=NO
parent
f3aea765
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
rules/haddock.mk
rules/haddock.mk
+2
-0
No files found.
rules/haddock.mk
View file @
5d6bfce4
...
...
@@ -21,7 +21,9 @@ else
$$(error
Already
got
a
haddock
file
for
$$($1_PACKAGE))
endif
ifeq
"HADDOCK_DOCS" "YES"
$(call
all-target,$1_$2_haddock,$$($$($1_PACKAGE)_HADDOCK_FILE))
endif
$$($1_PACKAGE)_HADDOCK_DEPS
=
$
$(
foreach
n,
$$
(
$1_$2_DEP_NAMES
)
,
$$
(
$$
n_HADDOCK_FILE
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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