6 lines
102 B
Bash
Raw Normal View History

2022-03-05 22:41:29 +05:00
#! /usr/bin/env bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmformats.pot
rm -f rc.cpp