File indexing completed on 2024-04-14 05:38:14

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