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
commit6edf5fe9cc0dd90b40606881770438078be21c0a (patch)
tree6d2f2731a49c0089f0db1c50567cee04926a2565 /mert/Jamfile
parent1cafbf5c661f4419c9eb3e69e009c687e3b7e8aa (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>. ;