summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorTedd Ho-Jeong An <tedd.an@intel.com>2021-05-03 22:02:05 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-05-04 16:49:01 -0700
commitb66f406e1e15fb7137412963b82ad143e4a4cd93 (patch)
tree8e78a9810b74998a891d06a776edd8d8321e5bd1 /Makefile.tools
parentc0cae92548b4716869b440c3d454ff4517d1fde1 (diff)
downloadbluez-b66f406e1e15fb7137412963b82ad143e4a4cd93.tar.gz
monitor: Convert manpage to rst format
This patch adds support to convert reStructuredText formatted btmon manpage to manpage with rst2man tool.
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 160272212..a39e3e334 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -51,10 +51,10 @@ monitor_btmon_LDADD = lib/libbluetooth-internal.la \
src/libshared-mainloop.la $(UDEV_LIBS) -ldl
if MANPAGES
-man_MANS += doc/btmon.1
+man_MANS += monitor/btmon.1
endif
endif
-manual_pages += doc/btmon.1
+manual_pages += monitor/btmon.1
if LOGGER
pkglibexec_PROGRAMS += tools/btmon-logger