index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-10-05 22:36:34 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-05 22:36:34 -0500 |
commit | 2df519f80789a67668a6d8718f746d3876b86eeb (patch) | |
tree | 5173720e308e5e19ded0f238e7c6184722c1911e /Makefile.am | |
parent | dc7d691b20b1d105fc44ac860efc3afa6e134553 (diff) |
-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: |