(dist_man_MANS): Add shuf.1.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Aug 2006 22:18:39 +0000 (22:18 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Aug 2006 22:18:39 +0000 (22:18 +0000)
(shuf.1): New dependency.

man/Makefile.am

index d0af99b..7b4f9d2 100644 (file)
@@ -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