mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-25 09:33:51 +03:00
5 lines
184 B
Bash
5 lines
184 B
Bash
|
#! /usr/bin/env bash
|
||
|
$EXTRACTRC `find app -name \*.rc -o -name \*.ui` >> rc.cpp
|
||
|
|
||
|
$XGETTEXT `find app shell rc.cpp -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/latte-dock.pot
|