[project @ 2002-07-01 14:29:05 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_DATA) $(INSTALL_OPTS) index.html $(datadir)/html
8
9 include $(TOP)/mk/target.mk