From b8d80c83b7f865cdbe6c9ad42d9a844831fe84d2 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 9 Nov 2000 08:34:42 +0000 Subject: [PATCH] move manpages to where they belong git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9150 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/otp/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/otp/Makefile.am b/appl/otp/Makefile.am index fa9789ef7..fb7701e57 100644 --- a/appl/otp/Makefile.am +++ b/appl/otp/Makefile.am @@ -7,6 +7,8 @@ bin_SUIDS = otp otp_SOURCES = otp.c otp_locl.h otpprint_SOURCES = otpprint.c otp_locl.h +man_MANS = otp.1 otpprint.1 + LDADD = \ $(top_builddir)/lib/otp/libotp.la \ $(top_builddir)/lib/des/libdes.la \