gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl


From: gsasl-commit
Subject: CVS gsasl
Date: Sun, 24 Oct 2004 22:06:29 +0200

Update of /home/cvs/gsasl
In directory dopio:/tmp/cvs-serv8669

Modified Files:
        Makefile.am 
Log Message:
(update-po): Fix.


--- /home/cvs/gsasl/Makefile.am 2004/09/30 13:55:59     1.61
+++ /home/cvs/gsasl/Makefile.am 2004/10/24 20:06:29     1.62
@@ -27,11 +27,10 @@
 POURL = ftp://ftp.unex.es/pub/gnu-i18n/po/maint/$(PACKAGE)
 update-po:
        cd po && \
-       wget --non-verbose --timestamping --retr-symlinks $(POURL)/??.po && \
-       cvs add ??.po || true && \
-       echo address@hidden address@hidden > LINGUAS && \
-       ls ??.po | sed 's/.po//' >> LINGUAS && \
-       cvs commit -m "Sync with TP." LINGUAS ??.po
+       wget --non-verbose --timestamping --retr-symlinks $(POURL)/*.po && \
+       cvs add `ls *.po | grep -v quot.po` || true && \
+       ls *.po | sed 's/.po//' > LINGUAS && \
+       cvs commit -m "Sync with TP." LINGUAS `ls *.po | grep -v quot.po`
 
 ChangeLog:
        cvs2cl --fsf --FSF --usermap .cvsusers -I ChangeLog -I .cvs \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]