X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=62bdebd152e94950ae54eb0700516714a2f79bbf;hb=a52f14894e48d47e62b5b33f7d7f4b3f2cc88a79;hp=267de1dbf7548de70faf1243fef38a5fde6c2e9d;hpb=422eaf986e456ed0e16647445f7bdcb3018eb6c2;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index 267de1d..62bdebd 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,12 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = building docbook-cheat-sheet ext-core storage-mgt users_guide +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 + $(INSTALL_DIR) $(htmldir) + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(htmldir) include $(TOP)/mk/target.mk