libidn-commit
[Top][All Lists]
Advanced

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

CVS libidn


From: libidn-commit
Subject: CVS libidn
Date: Mon, 25 Oct 2004 22:46:02 +0200

Update of /home/cvs/libidn
In directory dopio:/tmp/cvs-serv12591

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


--- /home/cvs/libidn/Makefile.am        2004/10/24 15:35:16     1.116
+++ /home/cvs/libidn/Makefile.am        2004/10/25 20:46:02     1.117
@@ -42,11 +42,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]