gss-commit
[Top][All Lists]
Advanced

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

CVS gss


From: gss-commit
Subject: CVS gss
Date: Sun, 07 Nov 2004 23:43:05 +0100

Update of /home/cvs/gss
In directory dopio:/tmp/cvs-serv11436

Modified Files:
        Makefile.am 
Log Message:
Update update-po target.


--- /home/cvs/gss/Makefile.am   2004/11/07 22:42:46     1.36
+++ /home/cvs/gss/Makefile.am   2004/11/07 22:43:05     1.37
@@ -35,11 +35,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:
        test ! -f .cvsusers || \





reply via email to

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