X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=62bdebd152e94950ae54eb0700516714a2f79bbf;hb=9b8b293b6b4f7de08a568cac1ccdaf3f1ee792a5;hp=99b6d68e3b62c92bfe43c943373855c6d4a0f6dc;hpb=501f3c52a3fd0ce238d6be1bcc72a6c53c8e9d37;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index 99b6d68..62bdebd 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,12 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = man 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