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:
authorJeremie Laval <jeremie.laval@gmail.com>2012-11-27 20:28:06 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-11-27 21:10:15 +0400
commite350634ec3678f3bb3ea5b8c9ebaf1d0fdbbd1ef (patch)
tree45c871504f8be30b699e605a826bbe92d2d538cb /mcs/docs
parent65037c648fd907d99ee50abdf88e9ecc89cbf402 (diff)
[build] Always report full stack-trace when running mdoc in mcs/docs.
Diffstat (limited to 'mcs/docs')
-rw-r--r--mcs/docs/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mcs/docs/Makefile b/mcs/docs/Makefile
index 3b653ccd692..79ad235c4e0 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -130,21 +130,21 @@ NUNIT_DIRS = \
netdocs.zip : netdocs.tree
netdocs.tree: Makefile
- $(MDOC) assemble -o netdocs $(NETDOCS_DIRS)
+ $(MDOC) --debug assemble -o netdocs $(NETDOCS_DIRS)
Mono.zip : Mono.tree
Mono.tree: Makefile
- $(MDOC) assemble -o Mono $(MONO_DIRS)
+ $(MDOC) --debug assemble -o Mono $(MONO_DIRS)
Novell.zip : Novell.tree
Novell.tree: Makefile
- $(MDOC) assemble -o Novell $(NOVELL_DIRS)
+ $(MDOC) --debug assemble -o Novell $(NOVELL_DIRS)
cs-errors.zip : cs-errors.tree
cs-errors.tree: cs-errors.config Makefile
- $(MDOC) assemble -o cs-errors -f error $<
+ $(MDOC) --debug assemble -o cs-errors -f error $<
ecma334.zip : ecma334.tree
ecma334.tree: Makefile
- $(MDOC) assemble -o ecma334 -f ecmaspec ecma334
+ $(MDOC) --debug assemble -o ecma334 -f ecmaspec ecma334