summaryrefslogtreecommitdiffstats
path: root/user_call
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-04 23:19:01 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:11:30 +0200
commit43b4bb1474e092a0b87f3b23b5246900c94e1d4e (patch)
tree801eefb7dd145c996b27ee805d06ccdbc9189a26 /user_call
parent8b893ae99f6f32470fa52a170bf4c8801a976b20 (diff)
Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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)