diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
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: |