~keith-penguin/kdegames/trunk

« back to all changes in this revision

Viewing changes to killbots/Messages.sh

  • Committer: Keith Worrell
  • Date: 2009-03-18 05:35:28 UTC
  • Revision ID: keith.worrell@gmail.com-20090318053528-mx6x9c0ngmg0kg6p
imported project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!bin/sh
 
2
# invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources
 
3
# the results are stored in a pseudo .cpp file to be picked up by xgettext.
 
4
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
 
5
 
 
6
# call xgettext on all source files. If your sources have other filename
 
7
# extensions besides .cc, .cpp, and .h, just add them in the find call.
 
8
$XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/killbots.pot
 
 
b'\\ No newline at end of file'