summaryrefslogtreecommitdiffstats
path: root/user_call
diff options
context:
space:
mode:
Diffstat (limited to 'user_call')
-rw-r--r--user_call/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/user_call/Makefile.am b/user_call/Makefile.am
index 1911d6f..b45e47c 100644
--- a/user_call/Makefile.am
+++ b/user_call/Makefile.am
@@ -4,11 +4,9 @@ installconf:
sbin_PROGRAMS = ax25_call netrom_call rose_call tcp_call
-man_MANS = ax25_call.8 netrom_call.8 rose_call.8 tcp_call.8
+dist_man_MANS = ax25_call.8 netrom_call.8 rose_call.8 tcp_call.8
-doc_DATA= README.user_call
-
-EXTRA_DIST = $(man_MANS) $(doc_DATA)
+dist_doc_DATA= README.user_call
LDADD = $(AX25_LIB) $(Z_LIB)