[project @ 2002-07-02 14:48:51 by simonmar]
[ghc-hetmet.git] / ghc / docs / Makefile
1 TOP = ..
2 include $(TOP)/mk/boilerplate.mk
3
4 SUBDIRS = users_guide
5
6 install-docs :: index.html
7         $(INSTALL_DIR) $(datadir)/html
8         $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html
9
10 include $(TOP)/mk/target.mk