~ubuntu-branches/ubuntu/trusty/gettext/trusty

« back to all changes in this revision

Viewing changes to doc/iso-639.sed

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2002-04-10 13:17:42 UTC
  • Revision ID: james.westby@ubuntu.com-20020410131742-npf89tsaygdolprj
Tags: upstream-0.10.40
ImportĀ upstreamĀ versionĀ 0.10.40

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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