summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2010-03-04 20:56:19 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2010-03-04 20:56:19 +0000
commit444c0955af5c51f098f3db4a35460890bb29d432 (patch)
treedc0cd20a5ce3fcfd57eb30228d4147995f40a568 /llvm/docs/CommandGuide
parentaf6ca23294ace6f78435ca818d28bfa6e057605d (diff)
downloadbcm5719-llvm-444c0955af5c51f098f3db4a35460890bb29d432.tar.gz
bcm5719-llvm-444c0955af5c51f098f3db4a35460890bb29d432.zip
Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.
We need this so can not bake DESTDIR into the O'Caml symlinks. llvm-svn: 97743
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile
index 3b651831072..2c2d0760e79 100644
--- a/llvm/docs/CommandGuide/Makefile
+++ b/llvm/docs/CommandGuide/Makefile
@@ -77,9 +77,9 @@ EXTRA_DIST := $(POD) index.html
clean-local::
$(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
-HTML_DIR := $(PROJ_docsdir)/html/CommandGuide
-MAN_DIR := $(PROJ_mandir)/man1
-PS_DIR := $(PROJ_docsdir)/ps
+HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/CommandGuide
+MAN_DIR := $(DESTDIR)$(PROJ_mandir)/man1
+PS_DIR := $(DESTDIR)$(PROJ_docsdir)/ps
install-local:: $(HTML) $(INSTALL_MANS) $(PS)
$(Echo) Installing HTML CommandGuide Documentation
OpenPOWER on IntegriCloud