There are some extractable strings in subdirs too.

svn path=/trunk/KDE/kdebase/apps/; revision=814642
This commit is contained in:
Chusslove Illich 2008-05-31 00:14:56 +00:00
parent 6eb6ff007a
commit b3beb9e0c2

View file

@ -1,4 +1,4 @@
#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp
$XGETTEXT *.cpp -o $podir/dolphin.pot
$XGETTEXT `find . -name \*.cpp` -o $podir/dolphin.pot