Author: mdke
Date: Sat Oct 20 12:18:17 2007
New Revision: 4482

Added:
   branches/gutsy/generic/hack.sh   (contents, props changed)
   branches/gutsy/ubuntu/hack.sh   (contents, props changed)

Log:
hacks to fix naming conventions of po files


Added: branches/gutsy/generic/hack.sh
==============================================================================
--- (empty file)
+++ branches/gutsy/generic/hack.sh      Sat Oct 20 12:18:17 2007
@@ -0,0 +1 @@
+for i in serverguide ; do cd $i/po ; for x in $i-*.po ; do echo $x ; mv $x 
${x#$i-}; done ; cd ../../ ; done

Added: branches/gutsy/ubuntu/hack.sh
==============================================================================
--- (empty file)
+++ branches/gutsy/ubuntu/hack.sh       Sat Oct 20 12:18:17 2007
@@ -0,0 +1 @@
+for i in `cat libs/shipped-docs` ; do cd $i/po ; for x in $i-*.po ; do echo $x 
; mv $x ${x#$i-} ; done ; cd ../../ ; done

-- 
ubuntu-doc-commits mailing list
ubuntu-doc-commits@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-doc-commits

Reply via email to