6 lines
230 B
Text
Executable file
6 lines
230 B
Text
Executable file
find . -name "*.vala" > POTFILES
|
|
|
|
xgettext --language=C --keyword=_ --output=bastionguard.pot --files-from=POTFILES --sort-output
|
|
xgettext --output=bastionguard.pot --join-existing src/share/polkit-1/actions/*.policy
|
|
|
|
rm POTFILES
|