diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-14 10:47:49 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-14 10:47:49 +0000 |
commit | 68dc1b1a461792897e7be1cafb97b1f80e6aa304 (patch) | |
tree | d5525b607833135a1eb0777a0cdbed6f0f34fdaa /tools/Makefile.am | |
parent | a16c5df68407649eb2c190ab71ab0a0be25209e6 (diff) |
Make it possible to disable installation of manual pages
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 0ebb351b..880036ea 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -80,9 +80,12 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @USB_CFLAGS@ INCLUDES = -I$(top_srcdir)/common +if MANPAGES man_MANS = hciattach.8 hciconfig.8 hcitool.1 l2ping.1 sdptool.1 ciptool.1 \ $(bccmd_manfiles) $(avctrl_manfiles) $(hid2hci_manfiles) $(dfutool_manfiles) +endif -EXTRA_DIST = $(man_MANS) bccmd.8 avctrl.8 hid2hci.8 dfutool.1 example.psr +EXTRA_DIST = hciattach.8 hciconfig.8 hcitool.1 l2ping.1 sdptool.1 ciptool.1 \ + bccmd.8 avctrl.8 hid2hci.8 dfutool.1 example.psr MAINTAINERCLEANFILES = Makefile.in |