mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
Messages.sh fixup
This commit is contained in:
parent
043401aa1f
commit
96d7223e38
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue