X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=19d80b9bb9d76c15af8e4debe68a4693ae18d859;hb=dade8ab28360c8f5a9c82f9ac3429c808020e07f;hp=d81257bfe6cf668576163f1489c1d6bc1fd9d02c;hpb=5b5289692e3f720cc31f3aad22d496d561018fa9;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index d81257b..19d80b9 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) $(DESTDIR)$(htmldir) + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(DESTDIR)$(htmldir) include $(TOP)/mk/target.mk