mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
e9e4fa1589
svn path=/trunk/KDE/kdebase/apps/; revision=827042
4 lines
190 B
Bash
Executable file
4 lines
190 B
Bash
Executable file
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name \*.rc` >> rc.cpp || exit 11
|
|
$XGETTEXT -kaliasLocal `find . -name \*.cc -o -name \*.cpp -o -name \*.h` -o $podir/keditbookmarks.pot
|
|
rm -f rc.cpp
|