Changeset 36694

Show
Ignore:
Timestamp:
02/11/10 12:00:26 (3 years ago)
Author:
saturday06
Message:

script

Location:
lang/objective-cplusplus/i3/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/Makefile.am

    r36693 r36694  
    22SUBDIRS         = intl po unix/tests 
    33EXTRA_DIST      = unix/build-aux/config.rpath unix/i3.spec unix/i3.spec.in \ 
    4                   kdevelop unix/scripts windows 
     4                  unix/kdevelop unix/scripts windows 
    55bin_PROGRAMS    = i3 
    66CLEANFILES      = *.gcno po/stamp-po 
  • lang/objective-cplusplus/i3/trunk/unix/scripts/POTFILES.in.sh

    r36693 r36694  
    1212find $srcdir/src -type f -name '*.mm'  -print | sort >> POTFILES.in.tmp0 
    1313 
    14 sed -e 's/\r\n/\n/' POTFILES.in.tmp0 | cut -b${#srcdir}- | cut -b6- > POTFILES.in.tmp 
     14sed -e 's/\r\n/\n/' POTFILES.in.tmp0 | cut -b${#srcdir}- | cut -b3- > POTFILES.in.tmp 
    1515 
    1616if test ! -s POTFILES.in.tmp; then