From 2df519f80789a67668a6d8718f746d3876b86eeb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 5 Oct 2011 22:36:34 -0500 Subject: 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 --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') 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: -- cgit v1.2.3-24-g4f1b