From 43b4bb1474e092a0b87f3b23b5246900c94e1d4e Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 4 Jun 2013 23:19:01 +0200 Subject: Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible. Signed-off-by: Ralf Baechle --- user_call/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'user_call') 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) -- cgit v1.2.3