diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-08 22:18:39 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-08 22:18:39 +0000 |
commit | 8cfbf68782ec9fd6bb9a49b5f26e8512df5270b0 (patch) | |
tree | c0250787155a4394fd17d9d5d8024a7cf78fc615 /man | |
parent | c678c4067189840f1ae666e1027e2a1cd16a16d2 (diff) | |
download | coreutils-8cfbf68782ec9fd6bb9a49b5f26e8512df5270b0.tar.xz |
(dist_man_MANS): Add shuf.1.
(shuf.1): New dependency.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index d0af99b1f..7b4f9d24b 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -8,7 +8,7 @@ dist_man_MANS = \ 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 readlink.1 \ rm.1 rmdir.1 seq.1 sha1sum.1 sha224sum.1 sha256sum.1 sha384sum.1 sha512sum.1 \ - shred.1 sleep.1 sort.1 split.1 stat.1 stty.1 \ + shred.1 shuf.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 @@ -90,6 +90,7 @@ sha256sum.1: $(common_dep) $(srcdir)/sha256sum.x ../src/md5sum.c sha384sum.1: $(common_dep) $(srcdir)/sha384sum.x ../src/md5sum.c sha512sum.1: $(common_dep) $(srcdir)/sha512sum.x ../src/md5sum.c shred.1: $(common_dep) $(srcdir)/shred.x ../src/shred.c +shuf.1: $(common_dep) $(srcdir)/shuf.x ../src/shuf.c sleep.1: $(common_dep) $(srcdir)/sleep.x ../src/sleep.c sort.1: $(common_dep) $(srcdir)/sort.x ../src/sort.c split.1: $(common_dep) $(srcdir)/split.x ../src/split.c |