summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-04-07 08:52:19 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-04-07 08:52:19 +0000
commit422eaf986e456ed0e16647445f7bdcb3018eb6c2 (patch)
tree6e34b44b9caf308c0eccdc9fd25ef1ef39700b3c /docs/Makefile
parent693342ffbb61e1da4c009059755fa0b9b1396bb8 (diff)
downloadhaskell-422eaf986e456ed0e16647445f7bdcb3018eb6c2.tar.gz
remove the last bits of the ghc/ subdir
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index b384a934c6..267de1dbf7 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -3,4 +3,10 @@ include $(TOP)/mk/boilerplate.mk
SUBDIRS = building docbook-cheat-sheet ext-core storage-mgt users_guide
+PAGES = index.html
+
+install-docs :: $(PAGES)
+ $(INSTALL_DIR) $(datadir)/html
+ $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html
+
include $(TOP)/mk/target.mk