summaryrefslogtreecommitdiffstats
path: root/rfcomm
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-14 10:47:49 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-14 10:47:49 +0000
commit68dc1b1a461792897e7be1cafb97b1f80e6aa304 (patch)
treed5525b607833135a1eb0777a0cdbed6f0f34fdaa /rfcomm
parenta16c5df68407649eb2c190ab71ab0a0be25209e6 (diff)
Make it possible to disable installation of manual pages
Diffstat (limited to 'rfcomm')
-rw-r--r--rfcomm/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/rfcomm/Makefile.am b/rfcomm/Makefile.am
index 7fe2d743..5eec05e8 100644
--- a/rfcomm/Makefile.am
+++ b/rfcomm/Makefile.am
@@ -16,12 +16,14 @@ INCLUDES = -I$(top_srcdir)/common
BUILT_SOURCES = parser.h
+if MANPAGES
man_MANS = rfcomm.1
+endif
AM_YFLAGS = -d
CLEANFILES = lexer.c parser.c parser.h
-EXTRA_DIST = $(man_MANS) rfcomm.conf
+EXTRA_DIST = rfcomm.1 rfcomm.conf
MAINTAINERCLEANFILES = Makefile.in