diff options
author | Pádraig Brady <P@draigBrady.com> | 2012-03-22 20:34:57 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-03-22 20:34:57 +0000 |
commit | b1428e3152afa3139a2968dd530e507ddd312051 (patch) | |
tree | 1a3a5fc9f062df5e29fb016401d4a46443ef7f13 /po | |
parent | 049f1dbe6869a4918c9b2181b1014db6c0e3259b (diff) | |
download | coreutils-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')
-rw-r--r-- | po/POTFILES.in | 1 |
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 |