Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
db0c34cd
Commit
db0c34cd
authored
Jan 19, 2011
by
Ian Lynagh
Browse files
Fix libraries/index.html's haddock dependency on Windows
parent
33fe7147
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
db0c34cd
...
...
@@ -703,7 +703,7 @@ $(foreach p,$(STAGE0_PACKAGES),$(eval libraries/$p_dist-boot_DO_HADDOCK = NO))
# Build the Haddock contents and index
ifeq
"$(HADDOCK_DOCS)" "YES"
libraries/index.html
:
inplace/bin/haddock $(ALL_HADDOCK_FILES)
libraries/index.html
:
inplace/bin/haddock
$(exeext)
$(ALL_HADDOCK_FILES)
cd
libraries
&&
sh gen_contents_index
--inplace
ifeq
"$(phase)" ""
$(eval
$(call
all-target,library_doc_index,libraries/index.html))
...
...
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