File indexing completed on 2024-09-01 05:25:42
0001 #! /usr/bin/env bash 0002 # SPDX-License-Identifier: BSD-3-Clause 0003 # SPDX-FileCopyrightText: 2018 Jonathan Riddell <jr@jriddell.org> 0004 0005 $EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp 0006 $XGETTEXT `find . -name \*.cpp` -o $podir/distro-release-notifier.pot 0007 rm -f rc.cpp