Separate unrelated cases that once shared a numeric value
[oota-llvm.git] / docs / tutorial / Makefile
index 6169bb82416ba3279f1dfb17a5067afefa0b07ef..9082ad4d8575ef9a5f19694f19b9df8869dc37ab 100644 (file)
@@ -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