X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=19d80b9bb9d76c15af8e4debe68a4693ae18d859;hb=5c93fc95724515e46eb486450b8fc73027c0ce56;hp=62bdebd152e94950ae54eb0700516714a2f79bbf;hpb=88aa9117c3bd185e96a0bdc2e935afe180c6decc;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index 62bdebd..19d80b9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -6,7 +6,7 @@ SUBDIRS = man docbook-cheat-sheet ext-core storage-mgt users_guide PAGES = index.html install-docs :: $(PAGES) - $(INSTALL_DIR) $(htmldir) - $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(htmldir) + $(INSTALL_DIR) $(DESTDIR)$(htmldir) + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(DESTDIR)$(htmldir) include $(TOP)/mk/target.mk