diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-04 12:16:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-04 12:16:02 +0000 |
commit | 4a4a7de6a204510a9808975d91b2e1078031dcc6 (patch) | |
tree | 1797c671a679302a4581d3fa918ecadc28bd8a85 /man | |
parent | c3078fa05aa2d054ab78eb1fefe04439012cc83b (diff) | |
download | coreutils-4a4a7de6a204510a9808975d91b2e1078031dcc6.tar.xz |
(dist_man_MANS): Add kill.1.
(kill.1): New rule.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 6f1a700f2..aae612264 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -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 |