X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2FMakefile;h=267de1dbf7548de70faf1243fef38a5fde6c2e9d;hp=b384a934c66d39b9ea5beec3b5fc36519ba0d75d;hb=422eaf986e456ed0e16647445f7bdcb3018eb6c2;hpb=693342ffbb61e1da4c009059755fa0b9b1396bb8 diff --git a/docs/Makefile b/docs/Makefile index b384a93..267de1d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,4 +3,10 @@ include $(TOP)/mk/boilerplate.mk SUBDIRS = building 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