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