Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
02821021
Commit
02821021
authored
May 26, 2009
by
Ian Lynagh
Browse files
Add some more $s to rules/haddock.mk for consistency
parent
950c1aa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/haddock.mk
View file @
02821021
...
...
@@ -31,9 +31,9 @@ ifeq "$$(HSCOLOUR_SRCS)" "YES"
$1_$2_HADDOCK_FLAGS
+=
--hyperlink-source
endif
$$($$($1_PACKAGE)_HADDOCK_FILE)
:
$$(MKDIRHIER) $(INPLACE_BIN)/haddock$(exeext) $$(GHC_CABAL_INPLACE) $$($1_$2_HS_SRCS) $$($$($1_PACKAGE)_HADDOCK_DEPS)
$$($$($1_PACKAGE)_HADDOCK_FILE)
:
$$(MKDIRHIER)
$
$(INPLACE_BIN)/haddock$
$
(exeext) $$(GHC_CABAL_INPLACE) $$($1_$2_HS_SRCS) $$($$($1_PACKAGE)_HADDOCK_DEPS)
$
$(MKDIRHIER)
$
$(
dir
$$
@
)
$
$(GHC_CABAL_INPLACE)
haddock
$2
$1
--with-haddock
=
$
$(TOP)
/
$(INPLACE_BIN)
/haddock
--with-ghc
=
$
$(TOP)
/
$(INPLACE_BIN)
/ghc-stage2
$$
(
$1_$2_HADDOCK_FLAGS
)
$$
(
$1_$2_HADDOCK_OPTS
)
$
$(GHC_CABAL_INPLACE)
haddock
$2
$1
--with-haddock
=
$
$(TOP)
/
$
$
(INPLACE_BIN)
/haddock
--with-ghc
=
$
$(TOP)
/
$
$
(INPLACE_BIN)
/ghc-stage2
$$
(
$1_$2_HADDOCK_FLAGS
)
$$
(
$1_$2_HADDOCK_OPTS
)
endif
...
...
Write
Preview
Supports
Markdown
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