41b99c392c5d4a739f0053f4f9af30400df7a57c
[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