~mvo/apt-ddtp-tools/trunk

« back to all changes in this revision

Viewing changes to intrepid/update-pot.sh

  • Committer: Michael Vogt
  • Date: 2008-08-22 08:34:53 UTC
  • Revision ID: michael.vogt@ubuntu.com-20080822083453-euw767qkvgu9bpr1
* intltool-extract-rfc822-fix:
  - add copy of the intltool-extract that writes out multiple
    headers if the string appears multiple times
* intrepid/packages2pot:
  - use intltool-extract-rfc822-fix instead of the native one
* potmodify.py:
  - use sed to bring the headers into a LP friendly format
* intrepid/update-pot.sh:
  - whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
DIST=$(lsb_release -s -c)
4
4
PACKAGES2POT=../../packages2pot
5
5
 
 
6
 
6
7
for COMP in main restricted universe multiverse; do
7
8
        mkdir -p $COMP
8
9
        cd $COMP