mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
3 lines
111 B
Bash
3 lines
111 B
Bash
#! /usr/bin/env bash
|
|
$XGETTEXT `find . -name "*.cpp" -o -name "*.h"` -o $podir/org.kde.okular.pot
|
|
rm -f rc.cpp
|