summaryrefslogtreecommitdiffstats
path: root/docs/tutorial/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/Makefile')
-rw-r--r--docs/tutorial/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/Makefile b/docs/tutorial/Makefile
index 6169bb8..9082ad4 100644
--- a/docs/tutorial/Makefile
+++ b/docs/tutorial/Makefile
@@ -12,7 +12,7 @@ include $(LEVEL)/Makefile.common
HTML := $(wildcard $(PROJ_SRC_DIR)/*.html)
EXTRA_DIST := $(HTML) index.html
-HTML_DIR := $(PROJ_docsdir)/html/tutorial
+HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/tutorial
install-local:: $(HTML)
$(Echo) Installing HTML Tutorial Documentation
OpenPOWER on IntegriCloud