kpmcore does not ship .ui or .rc files.

This commit is contained in:
Andrius Štikonas 2020-10-28 11:12:27 +00:00
parent b59f34aeb5
commit 3448815596
1 changed files with 1 additions and 4 deletions

View File

@ -4,7 +4,4 @@
# SPDX-License-Identifier: MIT
$EXTRACTRC `find -name \*.rc` >> rc.cpp || exit 11
$EXTRACTRC `find -name \*.ui` >> rc.cpp || exit 12
$XGETTEXT `find -name \*.cc -o -name \*.cpp -o -name \*.h` rc.cpp -o $podir/kpmcore.pot
rm -f rc.cpp
$XGETTEXT $(find -name \*.cc -o -name \*.cpp -o -name \*.h$) -o $podir/kpmcore.pot