467d39d8dab53abd4306cf0d33e384eabf3058c2
[ghc-hetmet.git] / ghc / docs / Makefile
1 TOP = ..
2 include $(TOP)/mk/boilerplate.mk
3
4 SUBDIRS = users_guide
5
6 PAGES = index.html libraries.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