repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gettext
/
gettext-tools
/
doc
/
iso-639.sed
blob
6518fd6eee5abde400cdd49cee73199b70c759d7
1
#! /usr/bin/sed -f
2
#
3
# each line of the form ^.. .* contains the code for a country.
4
#
5
/^.. / {
6
h
7
s/^.. \(.*\)/\1./
8
x
9
s/^\(..\).*/@item \1/
10
G
11
p
12
}
13
#
14
# delete the rest
15
#
16
d