mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
7 lines
233 B
Bash
7 lines
233 B
Bash
#! /usr/bin/env bash
|
|
# customkeys=`grep "^.include .\.\." keyconfig.cpp | sed -e "s#.*\"\(.*\)\"#\1#"`
|
|
# $XGETTEXT *.cpp $customkeys -o $podir/kcmkeys.pot
|
|
$EXTRACTRC *.ui >> rc.cpp
|
|
$XGETTEXT *.cpp -o $podir/kcmkeys.pot
|
|
rm -f rc.cpp
|
|
|