]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(dist_man_MANS): Add kill.1.
authorJim Meyering <jim@meyering.net>
Wed, 4 Jun 2003 12:16:02 +0000 (12:16 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 4 Jun 2003 12:16:02 +0000 (12:16 +0000)
(kill.1): New rule.

man/Makefile.am

index 6f1a700f2db92f740585fc21537f0007598d1eb5..aae612264683360498441819e9339ec9ad6b2902 100644 (file)
@@ -3,7 +3,8 @@ dist_man_MANS = \
   basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1 \
   cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \
   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 \
+  head.1 hostid.1 hostname.1 id.1 install.1 join.1 kill.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 readlink.1 \
   rm.1 rmdir.1 seq.1 sha1sum.1 shred.1 sleep.1 sort.1 split.1 stat.1 stty.1 \
@@ -55,6 +56,7 @@ hostname.1:   $(common_dep)   $(srcdir)/hostname.x    ../src/hostname.c
 id.1:          $(common_dep)   $(srcdir)/id.x          ../src/id.c
 install.1:     $(common_dep)   $(srcdir)/install.x     ../src/install.c
 join.1:                $(common_dep)   $(srcdir)/join.x        ../src/join.c
+kill.1:                $(common_dep)   $(srcdir)/kill.x        ../src/kill.c
 link.1:                $(common_dep)   $(srcdir)/link.x        ../src/link.c
 ln.1:          $(common_dep)   $(srcdir)/ln.x          ../src/ln.c
 logname.1:     $(common_dep)   $(srcdir)/logname.x     ../src/logname.c