index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile.am | 5 |
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: |