File indexing completed on 2021-12-21 13:27:49
0001 #! /usr/bin/env bash 0002 # 0003 # SPDX-FileCopyrightText: 2021 George Florea Bănuș <georgefb899@gmail.com> 0004 # 0005 # SPDX-License-Identifier: GPL-3.0-or-later 0006 # 0007 0008 $EXTRACTRC `find . -name \*.kcfg` >> rc.cpp 0009 $XGETTEXT `find . \( -name \*.cpp -o -name \*.h -o -name \*.qml \)` -o $podir/haruna.pot