From a7d96a3345bab4239551bdb5aba7df57e7aa3cd0 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 27 May 2011 12:52:47 -0400 Subject: [PATCH] Add 'sync-po' target to top-level Makefile to rsync the po files from translationproject.org. --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 840c75803..b210b64b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ -- 2.40.0