[project @ 2002-07-01 14:27:26 by simonmar]
[ghc-hetmet.git] / ghc / docs / Makefile
1 TOP = ..
2 include $(TOP)/mk/boilerplate.mk
3
4 #
5 # No ways and export this piece of config info downwards.
6 #
7 export WAYS=
8
9 SUBDIRS = users_guide
10
11 install-docs :: index.html
12         $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html
13
14 include $(TOP)/mk/target.mk