Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/docs
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2008-10-18 16:31:23 +0400
committerJonathan Pryor <jpryor@novell.com>2008-10-18 16:31:23 +0400
commitd5ae53dd5b83ac88c3afc66df03e2a41b4a5c1bd (patch)
treeceb40d6096e1ddbbad980aa737bcaf738b24f807 /mcs/docs
parent4ee1528690584f0c254b6e8e2df0bd66bd31a952 (diff)
* docs/Makefile (MONODOC_INSTALL_DIR): Prefix path with $(DESTDIR) so
that it installs properly under the buildbot. svn path=/trunk/mcs/; revision=116356
Diffstat (limited to 'mcs/docs')
-rw-r--r--mcs/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/docs/Makefile b/mcs/docs/Makefile
index def62de26b7..aa842d520ed 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -49,7 +49,7 @@ clean-local:
dist-local: dist-default
-MONODOC_INSTALL_DIR = $(mono_libdir)/monodoc
+MONODOC_INSTALL_DIR = $(DESTDIR)$(mono_libdir)/monodoc
install-local:
$(MKINSTALLDIRS) $(MONODOC_INSTALL_DIR) $(MONODOC_INSTALL_DIR)/sources