[project @ 2004-06-05 21:55:51 by panne]
[ghc-hetmet.git] / ghc / docs / Makefile
1 TOP = ..
2 include $(TOP)/mk/boilerplate.mk
3
4 SUBDIRS = users_guide ext-core storage-mgt
5
6 PAGES = index.html
7
8 install-docs :: $(PAGES)
9         $(INSTALL_DIR) $(datadir)/html
10         $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html
11
12 include $(TOP)/mk/target.mk