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:
authorRodrigo Kumpera <kumpera@gmail.com>2009-02-02 20:19:47 +0300
committerRodrigo Kumpera <kumpera@gmail.com>2009-02-02 20:19:47 +0300
commit0a0a41a759c0dfa543a70386387d56fe2804aee5 (patch)
tree59b14d7d3889d0087d24686af54ff173f4df3977 /mcs/docs
parent6969398a405a57ccba1b15759934a7de825117ed (diff)
2009-02-02 Rodrigo Kumpera <rkumpera@novell.com>
* docs/Makefile: Don't build build-documentation if DISABLE_MCS_DOCS is defined. svn path=/trunk/mcs/; revision=125381
Diffstat (limited to 'mcs/docs')
-rw-r--r--mcs/docs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/docs/Makefile b/mcs/docs/Makefile
index b4428879fbe..db6f78c4f47 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -99,7 +99,11 @@ NUNIT_DIRS = \
$(topdir)/nunit20/mocks/$(doc_en) \
$(topdir)/nunit20/util/$(doc_en)
+ifdef DISABLE_MCS_DOCS
+build-documentation:
+else
build-documentation: $(ASSEMBLED_DOCS)
+endif
# To support `make -jN`, we can't mention multiple targets in the same rule;
# DO NOT DO THIS: