mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
4 lines
265 B
Bash
4 lines
265 B
Bash
![]() |
#! /usr/bin/env bash
|
||
|
$EXTRACTRC `find . ../kioslave ../kfile -name \*.rc -o -name \*.ui -o -name \*.ui3 -o -name \*.ui4` >> rc.cpp || exit 11
|
||
|
$XGETTEXT `find . ../kioslave ../kfile -name "*.cpp" -o -name "*.cc" -o -name "*.h" | grep -v "/tests"` -o $podir/kio4.pot
|