Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
ab89b495
Commit
ab89b495
authored
Nov 16, 2009
by
Simon Marlow
Browse files
fix install_docs dependencies, and add a missing $(INSTALL_DIR)
parent
07c1b41b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
ab89b495
...
...
@@ -808,7 +808,7 @@ install_headers: $(INSTALL_HEADERS)
$(INSTALL_HEADER)
$(INSTALL_OPTS)
$$
i
"
$(DESTDIR)$(ghcheaderdir)
"
;
\
done
install_docs
:
$(INSTALL_
HEADER
S)
install_docs
:
$(INSTALL_
DOCS) $(INSTALL_LIBRARY_DOC
S)
$(INSTALL_DIR)
"
$(DESTDIR)$(docdir)
"
ifneq
"$(INSTALL_DOCS)" ""
for
i
in
$(INSTALL_DOCS)
;
do
\
...
...
@@ -818,6 +818,7 @@ endif
$(INSTALL_DIR)
$(INSTALL_OPTS)
"
$(DESTDIR)$(docdir)
/html"
$(INSTALL_DOC)
$(INSTALL_OPTS)
docs/index.html
"
$(DESTDIR)$(docdir)
/html"
ifneq
"$(INSTALL_LIBRARY_DOCS)" ""
$(INSTALL_DIR)
$(INSTALL_OPTS)
"
$(DESTDIR)$(docdir)
/html/libraries"
for
i
in
$(INSTALL_LIBRARY_DOCS)
;
do
\
$(INSTALL_DOC)
$(INSTALL_OPTS)
$$
i
"
$(DESTDIR)$(docdir)
/html/libraries/"
;
\
done
...
...
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