repo.or.cz
/
herrie-working.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add 2 TODO items from homer.
[herrie-working.git]
/
updatestuff
blob
492ab87b4044c82e9a20a3dee8a833d00b0360b6
1
#!/bin/sh
2
3
set -e
4
5
# Make sure we are in the proper directory
6
cd
`dirname
$0
`
/
herrie
/
src
7
8
# Update depends file
9
make
-C
..
/
..
/
misc cdepcalc
10
..
/
..
/
misc
/
cdepcalc
11
12
# Update translations
13
xgettext
-k_
*
.c
14
for
i
in
..
/
po
/*
.po
15
do
16
msgmerge
$i
messages.po
>
tmp.po
17
mv
tmp.po
$i
18
done
19
20
mv
messages.po ..
/
po
/
herrie.pot