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 --- tcpip/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tcpip') diff --git a/tcpip/Makefile.am b/tcpip/Makefile.am index 7a5a2cb..0362e18 100644 --- a/tcpip/Makefile.am +++ b/tcpip/Makefile.am @@ -10,11 +10,11 @@ installconf: sbin_PROGRAMS = rip98d ttylinkd -man_MANS = rip98d.conf.5 rip98d.8 ttylinkd.conf.5 ttylinkd.8 +dist_man_MANS = rip98d.conf.5 rip98d.8 ttylinkd.conf.5 ttylinkd.8 -doc_DATA= ttylinkd.README ttylinkd.INSTALL +dist_doc_DATA = ttylinkd.README ttylinkd.INSTALL -EXTRA_DIST = $(man_MANS) $(etcfiles) $(doc_DATA) +EXTRA_DIST = $(etcfiles) rip98d_SOURCES = \ rip98d.c \ -- cgit v1.2.3