diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-09 20:37:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-09 20:37:41 +0000 |
commit | f3f599f6576c2b7e5bf621681b5d5a49e25e2b5b (patch) | |
tree | eee984184ccc0c2d99bd43ff80efd32e4b6059c9 | |
parent | 6b0465359fbf035f4481c5930af573e205527937 (diff) | |
download | coreutils-f3f599f6576c2b7e5bf621681b5d5a49e25e2b5b.tar.xz |
Add readlink.
-rw-r--r-- | man/Makefile.am | 1 |
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 |