Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-11-26 02:14:04 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-26 02:14:04 +0400
commita7222a322d32f21bb851002140b74848df4f9f16 (patch)
tree6d2f2731a49c0089f0db1c50567cee04926a2565 /mert/Jamfile
parent0ad9269b0f3b8a4bc6bd460a9f113e4db65d95f7 (diff)
Regression tests expect mert in mert/
Diffstat (limited to 'mert/Jamfile')
-rw-r--r--mert/Jamfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mert/Jamfile b/mert/Jamfile
index 2a5aff1ce..75cd02200 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -40,3 +40,5 @@ exe evaluator : evaluator.cpp mert_lib ;
exe pro : pro.cpp mert_lib ..//boost_program_options ;
alias programs : mert extractor evaluator pro ;
+
+install legacy : programs : <location>. ;