From: mdw Date: Sat, 24 Apr 1999 12:43:14 +0000 (+0000) Subject: Distribute and install the `cvssh' manpage. X-Git-Tag: 1.0.0~4 X-Git-Url: https://git.distorted.org.uk/~mdw/shells/commitdiff_plain/666cfc5c4c9465b282dd47f8b2b059a1e1376369 Distribute and install the `cvssh' manpage. --- diff --git a/Makefile.am b/Makefile.am index 39502b0..170307b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = banned chrootsh ushell cvssh -man_MANS = banned.8 chrootsh.8 ushell.1 +man_MANS = banned.8 chrootsh.8 ushell.1 cvssh.1 INCLUDES = \ -DCHROOTSH_PATH=\"${bindir}/`echo chrootsh|sed '${transform}'`\"