Skip to content
Snippets Groups Projects
Commit 924c3f4c authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Tweak the haddock rules; no functional change

parent 2ff2497d
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ else ...@@ -23,7 +23,7 @@ else
$$(error Already got a haddock file for $$($1_PACKAGE)) $$(error Already got a haddock file for $$($1_PACKAGE))
endif endif
haddock: $$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_FILE) haddock: html_$1
ifeq "$$(HADDOCK_DOCS)" "YES" ifeq "$$(HADDOCK_DOCS)" "YES"
$(call all-target,$1_$2_haddock,html_$1) $(call all-target,$1_$2_haddock,html_$1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment