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
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2008-11-26 03:45:20 +0300
committerAtsushi Eno <atsushieno@gmail.com>2008-11-26 03:45:20 +0300
commitdad9f9a97b9e47aab8a26c481bb6906d93c8648a (patch)
tree82e4e11c9d7662d19e213521374218cc702fbf67 /mcs/nunit24
parent394f2c34e727e7b4fa7093a0c47ee752a4f9ae0b (diff)
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : more fix extra distfiles (whitespace in filename). svn path=/trunk/mcs/; revision=120034
Diffstat (limited to 'mcs/nunit24')
-rw-r--r--mcs/nunit24/ChangeLog4
-rw-r--r--mcs/nunit24/Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/mcs/nunit24/ChangeLog b/mcs/nunit24/ChangeLog
index 122f9bb0d86..f9e74063d52 100644
--- a/mcs/nunit24/ChangeLog
+++ b/mcs/nunit24/ChangeLog
@@ -1,5 +1,9 @@
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
+ * Makefile : more fix extra distfiles (whitespace in filename).
+
+2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
+
* Makefile : remove nonexistent distfiles.
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
diff --git a/mcs/nunit24/Makefile b/mcs/nunit24/Makefile
index 95e0e281eba..b3763a7ef18 100644
--- a/mcs/nunit24/Makefile
+++ b/mcs/nunit24/Makefile
@@ -6,7 +6,8 @@ SUBDIRS = NUnitFramework/framework NUnitCore/interfaces NUnitCore/core \
include ../build/rules.make
DISTFILES = license.rtf nunit.sln nunit_VS2005.sln nunit.snk \
- NUnitExtensions/docs/RowTest/*
+ NUnitExtensions/docs/RowTest/License.txt \
+ "NUnitExtensions/docs/RowTest/Release Notes.txt"
all-local install-local test-local run-test-local run-test-ondotnet-local clean-local uninstall-local doc-update-local: