X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=ca9d52d17be7215277eaa6fa99d301fce77e4fe1;hb=e6b66d7de77488cbd1852a86cfe135a07e80616f;hp=d81257bfe6cf668576163f1489c1d6bc1fd9d02c;hpb=5b5289692e3f720cc31f3aad22d496d561018fa9;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index d81257b..ca9d52d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = building ffi-art docbook-cheat-sheet +SUBDIRS = man docbook-cheat-sheet ext-core storage-mgt users_guide + +PAGES = index.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk