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
Education
Parley
Commits
7ccc1fe5
Commit
7ccc1fe5
authored
Nov 01, 2021
by
Albert Astals Cid
Browse files
Fix Messages.sh after
51992940
CCMAIL: cordlandwehr@kde.org
parent
2e08338e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Messages.sh
View file @
7ccc1fe5
...
...
@@ -2,8 +2,6 @@
# invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources
# the results are stored in a pseudo .cpp file to be picked up by xgettext.
$EXTRACTRC
`
find
.
-name
\*
.rc
-o
-name
\*
.ui
-o
-name
\*
.kcfg
`
>>
rc.cpp
# call preparetips as well.
(
cd
tipofday
&&
$PREPARETIPS
>
../tips.cpp
)
# call xgettext on all source files. If your sources have other filename
# extensions besides .cc, .cpp, and .h, just add them in the find call.
$XGETTEXT
`
find
.
-name
\*
.cpp
-o
-name
\*
.h
`
-o
$podir
/parley.pot
...
...
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