RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Pinto Elia Root: /v/rpm/cvs Email: devzero2...@rpm5.org Module: rpm Date: 25-Jun-2010 19:20:57 Branch: HEAD Handle: 2010062517205600 Modified files: rpm Makefile.am Log: generate po/LINGUAS by make updatepo Summary: Revision Changes Path 2.250 +3 -0 rpm/Makefile.am ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/Makefile.am ============================================================================ $ cvs diff -u -r2.249 -r2.250 Makefile.am --- rpm/Makefile.am 7 May 2010 18:30:53 -0000 2.249 +++ rpm/Makefile.am 25 Jun 2010 17:20:56 -0000 2.250 @@ -178,6 +178,9 @@ .PHONY: updatepo updatepo: rsync -Lrtvz translationproject.org::tp/latest/rpm/ po + po_dir=./po + LANG=C + ls "$po_dir"/*.po 2>/dev/null | sed 's|.*/||; s|\.po$||' > $po_dir/LINGUAS CVSTAG = r$(subst .,-,$(VERSION)) @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository rpm-cvs@rpm5.org