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
6f2c43b9
Commit
6f2c43b9
authored
Aug 08, 2009
by
Ian Lynagh
Browse files
Install the main doc index page, and also put it in bindists
parent
64427078
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
6f2c43b9
...
...
@@ -739,6 +739,7 @@ install_docs: $(INSTALL_HEADERS)
$(INSTALL_DOC)
$(INSTALL_OPTS)
$$
i
$(DESTDIR)$(docdir)
;
\
done
$(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/
;
\
done
...
...
@@ -800,6 +801,7 @@ $(eval $(call bindist,.,\
$(INSTALL_DOCS)
\
$(INSTALL_LIBRARY_DOCS)
\
$(addsuffix
/*,$(INSTALL_HTML_DOC_DIRS))
\
docs/index.html
\
$(wildcard
libraries/*/dist-install/doc/)
\
$(filter-out
extra-gcc-opts,$(INSTALL_LIBS))
\
$(filter-out
%/project.mk,$(filter-out
mk/config.mk,$(MAKEFILE_LIST)))
\
...
...
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