diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-04-07 08:52:19 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-04-07 08:52:19 +0000 |
commit | 422eaf986e456ed0e16647445f7bdcb3018eb6c2 (patch) | |
tree | 6e34b44b9caf308c0eccdc9fd25ef1ef39700b3c /docs/Makefile | |
parent | 693342ffbb61e1da4c009059755fa0b9b1396bb8 (diff) | |
download | haskell-422eaf986e456ed0e16647445f7bdcb3018eb6c2.tar.gz |
remove the last bits of the ghc/ subdir
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 6 |
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 |