summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-10-13 19:59:43 +0000
committerIan Lynagh <igloo@earth.li>2008-10-13 19:59:43 +0000
commite026f28591898c710f5d41a7400c85931430cea5 (patch)
tree9d637edf8e18bdc2dcbd930d07cd7a304061cad5 /libraries/Makefile
parent139e1b5c6da6210f1dd2b6703d16475435000ca1 (diff)
downloadhaskell-e026f28591898c710f5d41a7400c85931430cea5.tar.gz
Add a link to the GHC API docs from the library haddock index
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 01dd45b8ef..20a7678023 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -321,6 +321,7 @@ ifeq "$(HADDOCK_DOCS)" "YES"
$(INSTALL_DIR) $(DESTDIR)$(html_installed_root)
$(INSTALL_DATA) index.html doc-index*.html $(DESTDIR)$(html_installed_root)
$(INSTALL_SCRIPT) gen_contents_index $(DESTDIR)$(html_installed_root)
+ $(INSTALL_DATA) prologue.txt $(DESTDIR)$(html_installed_root)
# Hacks:
$(INSTALL_DATA) base/dist/doc/html/*/*.css $(DESTDIR)$(html_installed_root)
$(INSTALL_DATA) base/dist/doc/html/*/*.js $(DESTDIR)$(html_installed_root)
@@ -365,7 +366,7 @@ endif
echo $(WHERE_AM_I)/ifBuildable/ifBuildable >> $(BIN_DIST_LIST)
for FILE in dph/dph-prim-interface/interface/*.h dph/dph/LICENSE; do if [ -f $$FILE ]; then echo $(WHERE_AM_I)/$$FILE >> $(BIN_DIST_LIST); fi; done
ifeq "$(HADDOCK_DOCS)" "YES"
- for FILE in gen_contents_index index.html doc-index*.html; do echo $(WHERE_AM_I)/$$FILE >> $(BIN_DIST_LIST); done
+ for FILE in gen_contents_index prologue index.html doc-index*.html; do echo $(WHERE_AM_I)/$$FILE >> $(BIN_DIST_LIST); done
endif
$(foreach SUBDIR,$(SUBDIRS),binary-dist.library.$(SUBDIR)): \