From 6552b572371476f43773519c7029073239341f24 Mon Sep 17 00:00:00 2001 From: Tedd Ho-Jeong An Date: Mon, 3 May 2021 22:02:07 -0700 Subject: tools: Convert manpages to rst format This patch converts existing manpages in tools into the reStructuredText format. --- Makefile.tools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.tools') diff --git a/Makefile.tools b/Makefile.tools index a39e3e334..c836b5984 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -412,7 +412,7 @@ man_MANS += tools/hciattach.1 tools/hciconfig.1 \ endif endif endif -EXTRA_DIST += tools/hciattach.1 tools/hciconfig.1 \ +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 \ @@ -429,7 +429,7 @@ if MANPAGES man_MANS += tools/hid2hci.1 endif endif -EXTRA_DIST += tools/hid2hci.1 +manual_pages += tools/hid2hci.1 if READLINE noinst_PROGRAMS += tools/btmgmt tools/obex-client-tool tools/obex-server-tool \ -- cgit v1.2.1