mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
5 lines
258 B
Bash
5 lines
258 B
Bash
![]() |
#! /usr/bin/env bash
|
||
|
### TODO: why do we need 2 POT files for one directory?
|
||
|
$XGETTEXT index.cpp htmlsearch.cpp progressdialog.cpp rc.cpp -o $podir/htmlsearch.pot
|
||
|
$XGETTEXT kcmhtmlsearch.cpp klangcombo.cpp ktagcombobox.cpp rc.cpp -o $podir/kcmhtmlsearch.pot
|