Messages.sh fixup

This commit is contained in:
Ivailo Monev 2014-12-09 18:20:21 +00:00
parent 043401aa1f
commit 96d7223e38
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
### TODO: why do we need 2 POT files for a single directory?
$XGETTEXT kaccess.cpp main.cpp rc.cpp -o $podir/kaccess.pot
$XGETTEXT kcmaccess.cpp rc.cpp -o $podir/kcmaccess.pot
$XGETTEXT kaccess.cpp main.cpp -o $podir/kaccess.pot
$XGETTEXT kcmaccess.cpp -o $podir/kcmaccess.pot

View file

@ -1,5 +1,5 @@
#!/bin/bash
$EXTRACTRC `find . -name \*.kcfg` >> rc.cpp
$EXTRACTRC `find . -name \*.ui` >> rc.cpp
$XGETTEXT *.cpp scripting/*.cpp activitymanager/*.cpp -o $podir/plasma-desktop.pot
$XGETTEXT *.cpp scripting/*.cpp -o $podir/plasma-desktop.pot
rm -f rc.cpp