partitionmanager/src/Messages.sh

12 lines
387 B
Bash

#! /usr/bin/env bash
# SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: MIT
$EXTRACTRC $(find -name \*.rc) >> rc.cpp || exit 11
$EXTRACTRC $(find -name \*.ui) >> rc.cpp || exit 12
$EXTRACTRC $(find -name \*.kcfg) >> rc.cpp || exit 12
$XGETTEXT $(find -name \*.cc -o -name \*.cpp -o -name \*.h) rc.cpp -o $podir/partitionmanager.pot
rm -f rc.cpp