repo.or.cz
/
i18n-zh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dos2unix
[i18n-zh.git]
/
nano
/
Makefile
blob
11302c4c0fd7822cda97a959f487ef94e805d80a
1
all
:
2
@for file in
*
.po
;
do \
3
/
bin
/
echo
-
e
-
n
"$$file
\t
"
;
\
4
msgfmt
-
v
$
$file
;
\
5
done