summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-19 16:14:13 +0200
committerJim Meyering <meyering@redhat.com>2008-05-26 08:37:08 +0200
commit7855cbfcac867621c18d1fc85abe5332f6aae1ec (patch)
tree26eb36b6769761b261ea8c7419c5ce4cea9d5a60 /src/cat.c
parent29290d04856214345f966ccd8016aa0aaf758662 (diff)
downloadcoreutils-7855cbfcac867621c18d1fc85abe5332f6aae1ec.tar.xz
use gnulib's proper_name_utf8 function, but *not* proper_name
* bootstrap.conf (gnulib_modules): Add propername. (XGETTEXT_OPTIONS): Add options to tell xgettext about the functions. * src/cat.c, src/cp.c, src/df.c, src/du.c, src/split.c: Mark Torbjörn Granlund's name. * src/ptx.c: Mark François Pinard's name. Use "TRANSLATORS:" comment marker, rather than "Note to translators:". * src/system.h: Include propername.h. (proper_name): Define away. * src/Makefile.am (cat_LDADD, df_LDADD, du_LDADD, ptx_LDADD, split_LDADD): Initialize, so we can... (cat_LDADD, cp_LDADD, df_LDADD, du_LDADD, ptx_LDADD, split_LDADD): ...Use "+=" to append $(LIBICONV) for each program that uses proper_name_utf8.
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cat.c b/src/cat.c
index d12144590..b0bed2868 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -1,5 +1,5 @@
/* cat -- concatenate files and print on the standard output.
- Copyright (C) 88, 90, 91, 1995-2007 Free Software Foundation, Inc.
+ Copyright (C) 88, 90, 91, 1995-2008 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -43,7 +43,9 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "cat"
-#define AUTHORS "Torbjorn Granlund", "Richard M. Stallman"
+#define AUTHORS \
+ proper_name_utf8 ("Torbjorn Granlund", "Torbj\303\266rn Granlund"), \
+ "Richard M. Stallman"
/* Undefine, to avoid warning about redefinition on some systems. */
#undef max