summaryrefslogtreecommitdiff
path: root/Makefile.distrib
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2004-07-15 14:52:48 +0000
committermichelou <michelou@epfl.ch>2004-07-15 14:52:48 +0000
commit9f3e2b2a0f224e728ce124a7ad352c29734e2662 (patch)
treeccb51207c358a90f57f8297a46f783ae146e5511 /Makefile.distrib
parent7262baec370903060f83f300a948b659f5718764 (diff)
downloadscala-9f3e2b2a0f224e728ce124a7ad352c29734e2662.tar.gz
scala-9f3e2b2a0f224e728ce124a7ad352c29734e2662.tar.bz2
scala-9f3e2b2a0f224e728ce124a7ad352c29734e2662.zip
- added test companion files *.namespace to dis...
- added test companion files *.namespace to distribution.
Diffstat (limited to 'Makefile.distrib')
-rw-r--r--Makefile.distrib3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.distrib b/Makefile.distrib
index 711bb9628a..3ea3695add 100644
--- a/Makefile.distrib
+++ b/Makefile.distrib
@@ -132,6 +132,9 @@ install : $(TOOLS_JAR_ARCHIVE)
$(shell cd $(TEST_ROOT)/files; ls $(TEST_LIST:%.scala=%.dtd) 2>/dev/null) \
$(INSTALL_TESTDIR)/files)
$(strip $(MIRROR) -m 644 -p -C $(TEST_ROOT)/files \
+ $(shell cd $(TEST_ROOT)/files; ls $(TEST_LIST:%.scala=%.namespace) 2>/dev/null) \
+ $(INSTALL_TESTDIR)/files)
+ $(strip $(MIRROR) -m 644 -p -C $(TEST_ROOT)/files \
$(shell cd $(TEST_ROOT)/files; ls $(TEST_LIST:%.scala=%.xml) 2>/dev/null) \
$(INSTALL_TESTDIR)/files)