summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-09 20:37:41 +0000
committerJim Meyering <jim@meyering.net>2003-01-09 20:37:41 +0000
commitf3f599f6576c2b7e5bf621681b5d5a49e25e2b5b (patch)
treeeee984184ccc0c2d99bd43ff80efd32e4b6059c9 /man
parent6b0465359fbf035f4481c5930af573e205527937 (diff)
downloadcoreutils-f3f599f6576c2b7e5bf621681b5d5a49e25e2b5b.tar.xz
Add readlink.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 1570f5fdf..327d8e877 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -76,6 +76,7 @@ printenv.1: $(common_dep) $(srcdir)/printenv.x ../src/printenv.c
printf.1: $(common_dep) $(srcdir)/printf.x ../src/printf.c
ptx.1: $(common_dep) $(srcdir)/ptx.x ../src/ptx.c
pwd.1: $(common_dep) $(srcdir)/pwd.x ../src/pwd.c
+readlink.1: $(common_dep) $(srcdir)/readlink.x ../src/readlink.c
rm.1: $(common_dep) $(srcdir)/rm.x ../src/rm.c
rmdir.1: $(common_dep) $(srcdir)/rmdir.x ../src/rmdir.c
seq.1: $(common_dep) $(srcdir)/seq.x ../src/seq.c