]> granicus.if.org Git - sudo/commitdiff
Add 'sync-po' target to top-level Makefile to rsync the po files
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 27 May 2011 16:52:47 +0000 (12:52 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 27 May 2011 16:52:47 +0000 (12:52 -0400)
from translationproject.org.

Makefile.in

index 840c75803cc152326fa2e92c1f7dec201e282951..b210b64b706ea9a86516439839fb228f06af0346 100644 (file)
@@ -120,6 +120,10 @@ libtool: $(LIBTOOL_DEPS)
 Makefile: $(srcdir)/Makefile.in
        ./config.status --file Makefile
 
+sync-po:
+       rsync -Lrtvz  translationproject.org::tp/latest/sudo/ src/po/
+       rsync -Lrtvz  translationproject.org::tp/latest/sudoers/ plugins/sudoers/po/
+
 dist: ChangeLog $(srcdir)/MANIFEST
        pax -w -x ustar -s '/^/$(PACKAGE_TARNAME)-$(VERSION)\//' \
            -f ../$(PACKAGE_TARNAME)-$(VERSION).tar \