Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
7fa5c11d
Commit
7fa5c11d
authored
Oct 25, 2007
by
Simon Marlow
Browse files
binary-dist: Makefile-vars needs HADDOCK_DOCS=YES
parent
4d0d0e54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7fa5c11d
...
...
@@ -331,6 +331,8 @@ binary-dist::
echo
"BootingFromHc =
$(BootingFromHc)
"
>>
$(VARFILE)
echo
"XMLDocWays =
$(XMLDocWays)
"
>>
$(VARFILE)
echo
"TARGETPLATFORM =
$(TARGETPLATFORM)
"
>>
$(VARFILE)
echo
"HADDOCK_DOCS =
$(HADDOCK_DOCS)
"
>>
$(VARFILE)
cat
distrib/Makefile-bin-vars.in
>>
$(VARFILE)
@echo
"Generating a shippable configure script.."
$(MV)
$(BIN_DIST_DIR)/configure-bin.ac
$(BIN_DIST_DIR)/configure.ac
...
...
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