summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-05-27 15:34:57 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-05-27 15:34:57 -0400
commitb15fdf3b770eae3052a43ab3d19b1ff5ea9eca76 (patch)
tree6a2e84d4294133d11076adbda8a4c3de1ea8a8b7 /Jamroot
parentbfa5c4866101161c5fb20220d335c80ed075ae0a (diff)
parent6c3912d888580a41f0f98211507feaa1c92d422e (diff)
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index c2e250d0..87a5a53d 100644
--- a/Jamroot
+++ b/Jamroot
@@ -31,6 +31,8 @@ project : default-build <warnings>on <variant>release ;
install-bin-libs dpmert//programs utils//programs mteval//programs klm/lm//programs training//liblbfgs decoder//cdec phrasinator//programs mira//kbest_mira ;
+install perl-scripts : dpmert//dpmert.pl : <location>$(bindir) ;
+
build-projects mteval decoder dpmert klm/lm training/liblbfgs ;
#Compile everything ending with _test.cc into a test and run it.