mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/bash
|
|
$EXTRACTRC *.ui *.kcfg >> rc.cpp
|
|
$XGETTEXT *.cpp -o $podir/klipper.pot
|
|
rm -f rc.cpp
|
|
|