aboutsummaryrefslogtreecommitdiffstats
path: root/po/update.sh
blob: 0f8d517b0d24a0c267689df8d87b3956c941fb4c (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

xgettext --default-domain=evolution --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
&& test ! -f evolution.po \
   || ( rm -f ./evolution.pot \
    && mv evolution.po ./evolution.pot )
/a>commitdiffstats
path: root/x11-toolkits/renaissance
Commit message (Expand)AuthorAgeFilesLines
* - add category gnustepdinoex2007-02-011-1/+1
* - update to use new bsd.gnustep.mkdinoex2007-01-131-7/+4
* Update master site.ehaupt2006-11-211-1/+1
* cleanup pkg-plist after gnustep-makedinoex2006-09-131-2/+0