2022-03-05 22:41:29 +05:00

5 lines
132 B
Bash

#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.rc` >> rc.cpp
$XGETTEXT rc.cpp */*.cpp */*.h -o $podir/kfontinst.pot
rm -f rc.cpp