summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-04 23:23:27 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:04:02 +0200
commiteedf654d1702152544257c6ba2f155a5b58a54ad (patch)
tree341fc4c6f9d287178f7dc3b767b773336b3fe7c0
parenta1af9c43fe26b1056daa8adaae07388709cc52a4 (diff)
Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6dd22f4..913f3c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,10 +57,10 @@ libax25io_la_SOURCES = \
ax25io.c \
netax25/ax25io.h
-man_MANS = ax25.3 rose.3 axports.5 rsports.5 nrports.5
+dist_man_MANS = ax25.3 rose.3 axports.5 rsports.5 nrports.5
-EXTRA_DIST= $(man_MANS) glibc.patch $(etcfiles) libax25.spec
+EXTRA_DIST= glibc.patch $(etcfiles) libax25.spec
AX25_SYSCONFDIR=@sysconfdir@/ax25/
AX25_LOCALSTATEDIR=@localstatedir@/ax25/