summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-05-04 18:17:50 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-07-22 13:31:46 -0700
commit4314f70667217549054f61def6575085a7a18d78 (patch)
tree194a8ba4895a2ad88f594ae95eec12ddf7519d77 /Makefile.tools
parent037ed8c5b12a1c80791af5df50fa93428dbc9f17 (diff)
downloadbluez-4314f70667217549054f61def6575085a7a18d78.tar.gz
isotest: Add documentation
This adds isotest.rst which documents the modes and options of isotest(1) and is then converted isotest.1 manpage.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 4e5ff73b0..9412aed36 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -325,7 +325,7 @@ profiles_iap_iapd_SOURCES = profiles/iap/main.c
profiles_iap_iapd_LDADD = gdbus/libgdbus-internal.la $(GLIB_LIBS) $(DBUS_LIBS)
if MANPAGES
-man_MANS += tools/rctest.1 tools/l2ping.1 tools/btattach.1
+man_MANS += tools/rctest.1 tools/l2ping.1 tools/btattach.1 tools/isotest.1
endif
if MESH
@@ -443,7 +443,7 @@ manual_pages += tools/hciattach.1 tools/hciconfig.1 \
tools/hcitool.1 tools/hcidump.1 \
tools/rfcomm.1 tools/sdptool.1 tools/ciptool.1 \
tools/rctest.1 tools/l2ping.1 tools/btattach.1 \
- tools/bdaddr.1
+ tools/bdaddr.1 tools/isotest.1
if HID2HCI
udevdir = $(UDEV_DIR)