Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
9ada8522
Commit
9ada8522
authored
Aug 08, 2009
by
Ian Lynagh
Browse files
Put the library haddock docs in the html subdirectory of docdir
parent
6f2c43b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
9ada8522
...
...
@@ -741,7 +741,7 @@ install_docs: $(INSTALL_HEADERS)
$(INSTALL_DIR)
$(INSTALL_OPTS)
$(DESTDIR)$(docdir)
/html
;
\
$(INSTALL_DOC)
$(INSTALL_OPTS)
docs/index.html
$(DESTDIR)$(docdir)
/html
;
\
for
i
in
$(INSTALL_LIBRARY_DOCS)
;
do
\
$(INSTALL_DOC)
$(INSTALL_OPTS)
$$
i
$(DESTDIR)$(docdir)
/libraries/
;
\
$(INSTALL_DOC)
$(INSTALL_OPTS)
$$
i
$(DESTDIR)$(docdir)
/
html/
libraries/
;
\
done
for
i
in
$(INSTALL_HTML_DOC_DIRS)
;
do
\
$(INSTALL_DIR)
$(INSTALL_OPTS)
$(DESTDIR)$(docdir)
/html/
`
basename
$$
i
`
;
\
...
...
@@ -771,12 +771,12 @@ install_packages: libffi/package.conf.install rts/package.conf.install
$(INSTALLED_GHC_PKG_REAL)
\
$(INSTALLED_PACKAGE_CONF)
\
libraries/
$p
dist-install
\
'
$(DESTDIR)
'
'
$(prefix)
'
'
$(libdir)
'
'
$(docdir)
/libraries'
&&
)
true
'
$(DESTDIR)
'
'
$(prefix)
'
'
$(libdir)
'
'
$(docdir)
/
html/
libraries'
&&
)
true
"
$(GHC_CABAL_INPLACE)
"
install
\
$(INSTALLED_GHC_PKG_REAL)
\
$(INSTALLED_PACKAGE_CONF)
\
compiler stage2
\
'
$(DESTDIR)
'
'
$(prefix)
'
'
$(libdir)
'
'
$(docdir)
/libraries'
'
$(DESTDIR)
'
'
$(prefix)
'
'
$(libdir)
'
'
$(docdir)
/
html/
libraries'
# -----------------------------------------------------------------------------
# Binary distributions
...
...
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