Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konqueror
Commits
19d42fc7
Commit
19d42fc7
authored
Mar 15, 2009
by
Pino Toscano
Browse files
fix message extraction
parent
ef917c25
Changes
1
Show whitespace changes
Inline
Side-by-side
Messages.sh
View file @
19d42fc7
#! /usr/bin/env bash
$EXTRACTRC
*
/
*
.ui
>>
rc.cpp
||
exit
11
$EXTRACTRC
*
/
*
.rc
>>
rc.cpp
||
exit
12
$XGETTEXT
*
/
*
.cpp
-o
$podir
/webkitkde.pot
$EXTRACTRC
`
find
.
-name
'*.rc'
-or
-name
'*.ui'
`
>>
rc.cpp
||
exit
11
$XGETTEXT
`
find
.
-name
'*.cpp'
`
-o
$podir
/webkitkde.pot
rm
-f
rc.cpp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment