summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-13 18:00:46 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-13 18:00:46 +0000
commit60c2383c90134e1e55021600d270ae2402061d1b (patch)
tree95c57bc77031356c9146047297ad22996660411e
parentfdae314c2b58e38f3930ed28636f600ced58e413 (diff)
downloadmake-60c2383c90134e1e55021600d270ae2402061d1b.tar.gz
add make update step
translation files are not under version control, they are instead downloaded as part of make update
-rw-r--r--make.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/make.morph b/make.morph
index 655b8d10..331fd927 100644
--- a/make.morph
+++ b/make.morph
@@ -3,7 +3,8 @@
"kind": "chunk",
"configure-commands": [
"autoreconf -i",
- "./configure --prefix=/usr"
+ "./configure --prefix=/usr",
+ "make update"
],
"build-commands": [
"make"