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
49e3b654
Commit
49e3b654
authored
Aug 11, 2006
by
sven.panne@aedion.de
Browse files
Now that we have an "html" package, put the Haddock docs somewhere else
parent
5eff59e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
49e3b654
...
...
@@ -55,7 +55,7 @@ include $(TOP)/mk/target.mk
ifneq
"$(NO_HADDOCK_DOCS)" "YES"
HTML_DIR
=
html
HTML_DIR
=
html
-docs
# ATTENTION, incomprehensible shell stuff ahead: Automagically create the
# prologue for the combined index via a header, the package prologues (in
...
...
mk/package.mk
View file @
49e3b654
...
...
@@ -356,7 +356,7 @@ ifneq "$(NO_HADDOCK_DOCS)" "YES"
HS_PPS
=
$(
addsuffix
.raw-hs,
$(
basename
$(
filter-out
$(EXCLUDED_HADDOCK_SRCS)
,
$(HS_SRCS)
)))
$(EXTRA_HADDOCK_SRCS)
HTML_DIR
=
../html/
$(PACKAGE)
HTML_DIR
=
../html
-docs
/
$(PACKAGE)
HTML_DOC
=
$(HTML_DIR)
/haddock.css
$(HTML_DIR)
/haddock.js
ifneq
"$(HS_PPS)" ""
...
...
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