diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-10 23:03:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-10 23:03:13 +0000 |
commit | 774f38050eebc96a31bd70323e7b0c84c75be2fa (patch) | |
tree | 9611f0b1c7afa14ce0374657684eff029b115fea | |
parent | 8ba73f51a0f5ced642018b2c748c300f8210f86a (diff) | |
download | coreutils-774f38050eebc96a31bd70323e7b0c84c75be2fa.tar.xz |
Add src/readlink.c.
-rw-r--r-- | po/POTFILES.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index a5a002a4c..b492aff0a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of files which contain translatable strings. -# Copyright (C) 1996-2002 Free Software Foundation, Inc. +# Copyright (C) 1996-2003 Free Software Foundation, Inc. # These are nominally temporary... lib/argmatch.c @@ -75,6 +75,7 @@ src/printenv.c src/printf.c src/ptx.c src/pwd.c +src/readlink.c src/remove.c src/rm.c src/rmdir.c |