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:
authorRaja R Harinath <harinath@hurrynot.org>2008-10-17 23:18:45 +0400
committerRaja R Harinath <harinath@hurrynot.org>2008-10-17 23:18:45 +0400
commitdae1e48c31cc3c9bc53f62e5d3d7ce8a5228cea9 (patch)
tree6abdb73d17a41d19ce3f315230403ef52af7f9d5 /mcs/docs
parent767f437a337624a8577644c20bfc40aec07fd076 (diff)
* docs/Makefile (DISTFILES): Don't use 'find' to list files.
svn path=/trunk/mcs/; revision=116294
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 fba00578db9..def62de26b7 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -12,7 +12,7 @@ DISTFILES = \
new-anonymous-design.txt \
order.txt \
$(DOC_SOURCE_FILES) \
- $(shell find ecma334 -name \*.xml)
+ $(wildcard ecma334/*.xml)
DOC_SOURCE_FILES = \
cs-errors.source \