partitionmanager/src/Messages.sh

12 lines
387 B
Bash
Raw Permalink Normal View History

#! /usr/bin/env bash
2020-09-17 01:49:35 +01:00
# SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
2020-09-19 11:01:01 +01:00
# SPDX-License-Identifier: MIT
2020-09-17 01:49:35 +01:00
2020-10-28 11:13:43 +00:00
$EXTRACTRC $(find -name \*.rc) >> rc.cpp || exit 11
$EXTRACTRC $(find -name \*.ui) >> rc.cpp || exit 12
2020-10-29 07:09:56 +00:00
$EXTRACTRC $(find -name \*.kcfg) >> rc.cpp || exit 12
2020-10-28 11:13:43 +00:00
$XGETTEXT $(find -name \*.cc -o -name \*.cpp -o -name \*.h) rc.cpp -o $podir/partitionmanager.pot
rm -f rc.cpp