svn path=/branches/work/kde4/playground/graphics/okular/; revision=550822remotes/origin/old/work/newpageview
parent
c0a9d7af76
commit
04ccb7b617
1 changed files with 4 additions and 0 deletions
@ -0,0 +1,4 @@ |
||||
#!/bin/sh |
||||
$EXTRACTRC *.rc */*.rc >> rc.cpp || exit 11 |
||||
$EXTRACTRC $(find . -name "*.ui") >> rc.cpp || exit 12 |
||||
$XGETTEXT $(find . -name "*.cpp" -o -name "*.h") -o $podir/okular.pot |
||||
Loading…
Reference in new issue