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>2009-02-25 01:01:18 +0300
committerJonathan Pryor <jpryor@novell.com>2009-02-25 01:01:18 +0300
commit48e3fc379cab491b1c8c55368501ef24fef96d3b (patch)
treedcd0976cd2ddb926ab0a2a66000487277c333376 /mcs/docs
parent33bb9c5223c0bf4cf4151e4e6bbff1dd04e2607b (diff)
* docs/Makefile: Remove and don't install nunit-docs.source. As
Atsushi Enomoto said on 2008-11-26, Mono's NUnit is for internal use only, and installing nunit-docs.source causes an warning message during monodoc startup. * docs/nunit-docs.source: Remove. svn path=/trunk/mcs/; revision=127907
Diffstat (limited to 'mcs/docs')
-rw-r--r--mcs/docs/Makefile7
-rw-r--r--mcs/docs/nunit-docs.source5
2 files changed, 1 insertions, 11 deletions
diff --git a/mcs/docs/Makefile b/mcs/docs/Makefile
index 7d3e45d4a94..e15856484c7 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -17,8 +17,7 @@ DOC_SOURCE_FILES = \
lang-csharp.source \
Mono.source \
netdocs.source \
- Novell.source \
- nunit-docs.source
+ Novell.source
ASSEMBLED_DOCS = \
cs-errors.tree cs-errors.zip \
@@ -139,10 +138,6 @@ Novell.zip : Novell.tree
Novell.tree: Makefile
$(MDOC) assemble -o Novell $(NOVELL_DIRS)
-nunit-docs.zip : nunit-docs.tree
-nunit-docs.tree: Makefile
- $(MDOC) assemble -o nunit-docs $(NUNIT_DIRS)
-
cs-errors.zip : cs-errors.tree
cs-errors.tree: cs-errors.config Makefile
$(MDOC) assemble -o cs-errors -f error $<
diff --git a/mcs/docs/nunit-docs.source b/mcs/docs/nunit-docs.source
deleted file mode 100644
index 8ba041c0b83..00000000000
--- a/mcs/docs/nunit-docs.source
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<monodoc>
- <node label="NUnit Libraries" name="classlib-nunit" parent="libraries" />
- <source provider="ecma" basefile="nunit-docs" path="classlib-nunit"/>
-</monodoc>