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