f34b5090f6ffa4a9039e8e515e2a2521f153d082
[ghc-hetmet.git] / ghc / docs / Makefile
1 TOP = ..
2 include $(TOP)/mk/boilerplate.mk
3
4 SUBDIRS = building 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