Changeset 1793

Show
Ignore:
Timestamp:
10/11/04 14:47:27 (20 years ago)
Author:
jalet
Message:

Now uses long options

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/po/genmo.sh

    r1741 r1793  
    1818    cd $dir ; 
    1919    chmod 644 *.?o ; 
    20     msgmerge -N pykota.po ../pykota.pot >pykota.po.new ; 
     20    msgmerge --no-location --no-fuzzy-matching --output-file=pykota.po.new pykota.po ../pykota.pot ; 
    2121    mv pykota.po.new pykota.po ; 
    2222    rm pykota.mo ;