From 1dee1f3502cd4e5dded923ee86dfb72a0cf73162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 7 Oct 2006 10:18:01 +0000 Subject: [PATCH] Add man_MANS to EXTRA_DIST git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18292 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/Makefile.am | 2 ++ appl/afsutil/Makefile.am | 2 ++ appl/ftp/ftp/Makefile.am | 2 ++ appl/ftp/ftpd/Makefile.am | 2 ++ appl/kf/Makefile.am | 2 ++ appl/kx/Makefile.am | 2 +- 6 files changed, 11 insertions(+), 1 deletion(-) diff --git a/admin/Makefile.am b/admin/Makefile.am index 4bdd919d3..4a9828f56 100644 --- a/admin/Makefile.am +++ b/admin/Makefile.am @@ -39,3 +39,5 @@ LDADD = \ $(top_builddir)/lib/sl/libsl.la \ $(LIB_readline) \ $(LIB_roken) + +EXTRA_DIST = $(man_MANS) diff --git a/appl/afsutil/Makefile.am b/appl/afsutil/Makefile.am index b247a3c0e..5e83c7de8 100644 --- a/appl/afsutil/Makefile.am +++ b/appl/afsutil/Makefile.am @@ -18,3 +18,5 @@ LDADD = $(LIB_kafs) \ $(top_builddir)/lib/asn1/libasn1.la \ $(LIB_des) \ $(LIB_roken) + +EXTRA_DIST = $(man_MANS) diff --git a/appl/ftp/ftp/Makefile.am b/appl/ftp/ftp/Makefile.am index 00de43c97..21ca534a3 100644 --- a/appl/ftp/ftp/Makefile.am +++ b/appl/ftp/ftp/Makefile.am @@ -45,3 +45,5 @@ LDADD = \ $(LIB_des) \ $(LIB_roken) \ $(LIB_readline) + +EXTRA_DIST = $(man_MANS) diff --git a/appl/ftp/ftpd/Makefile.am b/appl/ftp/ftpd/Makefile.am index 8a5723835..cc3874457 100644 --- a/appl/ftp/ftpd/Makefile.am +++ b/appl/ftp/ftpd/Makefile.am @@ -55,3 +55,5 @@ LDADD = ../common/libcommon.a \ $(LIB_krb4) \ $(LIB_des) \ $(LIB_roken) + +EXTRA_DIST = $(man_MANS) diff --git a/appl/kf/Makefile.am b/appl/kf/Makefile.am index e4524a02d..b3f840b37 100644 --- a/appl/kf/Makefile.am +++ b/appl/kf/Makefile.am @@ -16,3 +16,5 @@ LDADD = $(top_builddir)/lib/krb5/libkrb5.la \ $(LIB_des) \ $(top_builddir)/lib/asn1/libasn1.la \ $(LIB_roken) + +EXTRA_DIST = $(man_MANS) diff --git a/appl/kx/Makefile.am b/appl/kx/Makefile.am index c0a6754e2..8f679c1c4 100644 --- a/appl/kx/Makefile.am +++ b/appl/kx/Makefile.am @@ -48,7 +48,7 @@ kxd_SOURCES = \ EXTRA_kxd_SOURCES = writeauth.c -EXTRA_DIST = rxterm.in rxtelnet.in tenletxr.in +EXTRA_DIST = rxterm.in rxtelnet.in tenletxr.in $(man_MANS) man_MANS = kx.1 rxtelnet.1 rxterm.1 tenletxr.1 kxd.8