Fix message extraction

icc-effect-5.14.5
Yuri Chornoivan 2018-05-20 08:14:50 +03:00
parent cf53957bd8
commit eb47c08204
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#! /usr/bin/env bash
$EXTRACTRC *.kcfg >> rc.cpp
$XGETTEXT *.h *.cpp helpers/killer/*.cpp tabbox/*.cpp scripting/*.cpp -o $podir/kwin.pot
$XGETTEXT *.h *.cpp helpers/killer/*.cpp plugins/scenes/opengl/*.cpp tabbox/*.cpp scripting/*.cpp -o $podir/kwin.pot

View File

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