f7bf5b36c3b3bde31a90486b815d8b22e41fdb8b
[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