From 43e578f950f632eaef0d543519415ee25b31c81b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 13 Feb 2003 20:18:37 +0000 Subject: Move doc/iso-639.sed to gettext-tools/doc/iso-639.sed. --- doc/iso-639.sed | 16 ---------------- gettext-tools/doc/iso-639.sed | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 doc/iso-639.sed create mode 100644 gettext-tools/doc/iso-639.sed diff --git a/doc/iso-639.sed b/doc/iso-639.sed deleted file mode 100644 index 6518fd6..0000000 --- a/doc/iso-639.sed +++ /dev/null @@ -1,16 +0,0 @@ -#! /usr/bin/sed -f -# -# each line of the form ^.. .* contains the code for a country. -# -/^.. / { - h - s/^.. \(.*\)/\1./ - x - s/^\(..\).*/@item \1/ - G - p -} -# -# delete the rest -# -d diff --git a/gettext-tools/doc/iso-639.sed b/gettext-tools/doc/iso-639.sed new file mode 100644 index 0000000..6518fd6 --- /dev/null +++ b/gettext-tools/doc/iso-639.sed @@ -0,0 +1,16 @@ +#! /usr/bin/sed -f +# +# each line of the form ^.. .* contains the code for a country. +# +/^.. / { + h + s/^.. \(.*\)/\1./ + x + s/^\(..\).*/@item \1/ + G + p +} +# +# delete the rest +# +d -- cgit v1.1