summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-10-06 05:36:34 +0200
committerDan McGee <dan@archlinux.org>2011-10-06 05:36:34 +0200
commit2df519f80789a67668a6d8718f746d3876b86eeb (patch)
tree5173720e308e5e19ded0f238e7c6184722c1911e
parentdc7d691b20b1d105fc44ac860efc3afa6e134553 (diff)
downloadpacman-2df519f80789a67668a6d8718f746d3876b86eeb.tar.gz
pacman-2df519f80789a67668a6d8718f746d3876b86eeb.tar.xz
Add a top-level 'update-po' make target
This makes the maintainer's life (read: my life) a lot easier when updating translation files to push to Transifex. Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fb7a4d35..6b24a4aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,4 +36,9 @@ install-data-local:
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
+update-po:
+ $(MAKE) -C lib/libalpm/po update-po
+ $(MAKE) -C scripts/po update-po
+ $(MAKE) -C src/pacman/po update-po
+
# vim:set ts=2 sw=2 noet: