gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib


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

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

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


--- /home/cvs/gsasl/lib/Makefile.am     2004/08/31 17:00:23     1.58
+++ /home/cvs/gsasl/lib/Makefile.am     2004/10/24 20:06:22     1.59
@@ -73,11 +73,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]