X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=19d80b9bb9d76c15af8e4debe68a4693ae18d859;hb=78658a70f78b6725055eabafab8a058e835f6d15;hp=ca9d52d17be7215277eaa6fa99d301fce77e4fe1;hpb=c4ff47eac2c5b9046eec296dc6a5e6cebc351f61;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index ca9d52d..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) $(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