summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2012-03-22 20:34:57 +0000
committerPádraig Brady <P@draigBrady.com>2012-03-22 20:34:57 +0000
commitb1428e3152afa3139a2968dd530e507ddd312051 (patch)
tree1a3a5fc9f062df5e29fb016401d4a46443ef7f13 /po/POTFILES.in
parent049f1dbe6869a4918c9b2181b1014db6c0e3259b (diff)
downloadcoreutils-b1428e3152afa3139a2968dd530e507ddd312051.tar.xz
maint: refactor relpath() from `realpath` for use by `ln`
* src/relpath.c: Refactored from realpath.c and adjusted to support returning the relative path rather than just printing to stdout. * src/relpath.h: Export the relpath function. * src/Makefile.am: Reference the refactored relpath module. * po/POTFILES.in: Likewise. * src/realpath.c: Adjust to the refactored relpath module.
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r--po/POTFILES.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c92dd3c3e..7b3de0b01 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -103,6 +103,7 @@ src/ptx.c
src/pwd.c
src/readlink.c
src/realpath.c
+src/relpath.c
src/remove.c
src/rm.c
src/rmdir.c