aboutsummaryrefslogtreecommitdiff
path: root/docs/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tools/Makefile')
-rw-r--r--docs/tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tools/Makefile b/docs/tools/Makefile
index 12696ef0b659..91bc447c083f 100644
--- a/docs/tools/Makefile
+++ b/docs/tools/Makefile
@@ -84,9 +84,9 @@ EXTRA_DIST := $(POD)
clean-local::
$(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
-HTML_DIR := $(PROJ_docsdir)/html/clang
-MAN_DIR := $(PROJ_mandir)/man1
-PS_DIR := $(PROJ_docsdir)/ps
+HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/clang
+MAN_DIR := $(DESTDIR)$(PROJ_mandir)/man1
+PS_DIR := $(DESTDIR)$(PROJ_docsdir)/ps
install-html:: $(HTML)
$(Echo) Installing HTML Clang Tools Documentation