~ubuntu-branches/ubuntu/utopic/picmi/utopic

« back to all changes in this revision

Viewing changes to Messages.sh

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-12-03 17:39:47 UTC
  • Revision ID: package-import@ubuntu.com-20121203173947-tt1kk5wp92zk1f2z
Tags: upstream-4.9.90
ImportĀ upstreamĀ versionĀ 4.9.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!bin/sh
 
2
 
 
3
# invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources
 
4
# the results are stored in a pseudo .cpp file to be picked up by xgettext.
 
5
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
 
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 \*.cc -o -name \*.cpp -o -name \*.h -name \*.qml` -o $podir/picmi.pot