git repos / blockattack-game

commit 421f2139

sago007 · 2016-02-08 18:11
421f213979b2eeacd8310fde8beda63c255ea8e8 patch · browse files
parent c3b697c680711fb460ca5aeea4aac23e4abd25d2

Now build the translations too

Changed files

M README.md before
M packdata.sh before
diff --git a/README.md b/README.md index fc0f767..c856b57 100644 --- a/README.md +++ b/README.md
@@ -15,7 +15,7 @@ www.blockattack.net
* libSDL2_ttf
* libphysfs
* libboost (only needed for compiling)
- * libboost-program-options-dev
+ * libboost-program-options
* libutfcpp (only needed for compiling)
* jsoncpp
diff --git a/packdata.sh b/packdata.sh index b7ce701..59d70a1 100755 --- a/packdata.sh +++ b/packdata.sh
@@ -5,5 +5,7 @@ cd Game/data
zip -9r ../blockattack.data * -x \*svn*
cd ../../man
docbook-to-man blockattack.sgml|gzip -9 > blockattack.6.gz
+cd ../source/misc/translation/
+./build_mo_all.sh
exit 0