repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git]
/
runtime
/
kstyles
/
Messages.sh
blob
9f200d5812d8313fb11286f7d08ebe9244c35d2f
1
#! /usr/bin/env bash
2
find
-name
"*.cpp"
-print
>
files
3
find
-name
"*.cc"
-print
>>
files
4
find
-name
"*.h"
-print
>>
files
5
$XGETTEXT
--files-from
=
files
-o
$podir
/
kstyle_config.pot
6
rm
-f
files