summaryrefslogtreecommitdiff
path: root/man/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-16 22:28:13 +0000
committerJim Meyering <jim@meyering.net>2003-01-16 22:28:13 +0000
commit308e04e3262419a1a14a8a99f9165c76d63c7f80 (patch)
treee51d6f2326980266fce53b719cf54c070f7c47ed /man/Makefile.in
parentd3e2cd07833446e925f75f91b866190eb3ad30ef (diff)
downloadcoreutils-308e04e3262419a1a14a8a99f9165c76d63c7f80.tar.xz
.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r--man/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 197364f96..6a31c2ed8 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -152,8 +152,8 @@ dist_man_MANS = \
echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \
head.1 hostid.1 hostname.1 id.1 install.1 join.1 link.1 ln.1 logname.1 \
ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 od.1 \
- paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 rm.1 \
- rmdir.1 seq.1 sha1sum.1 shred.1 sleep.1 sort.1 split.1 stat.1 stty.1 \
+ paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1 \
+ rm.1 rmdir.1 seq.1 sha1sum.1 shred.1 sleep.1 sort.1 split.1 stat.1 stty.1 \
su.1 sum.1 sync.1 tac.1 tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1 \
tty.1 uname.1 unexpand.1 uniq.1 unlink.1 uptime.1 users.1 vdir.1 wc.1 \
who.1 whoami.1 yes.1
@@ -423,6 +423,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