summaryrefslogtreecommitdiff
path: root/Makefile.mesh
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2021-05-16 22:23:57 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-05-19 10:52:53 -0700
commit980bd585c38a0b9578c0f857c20b86c7fc6feffe (patch)
tree1e6a82698fdc8edae06863d418d0e9d6c725ca5c /Makefile.mesh
parent47f51a98c521f937edb4edacd9d9a52f272520a3 (diff)
downloadbluez-980bd585c38a0b9578c0f857c20b86c7fc6feffe.tar.gz
mesh: Add manpage for bluetooth-meshd daemon
This adds manpage with a brief description of BLuettoth Mesh daemon command line options.
Diffstat (limited to 'Makefile.mesh')
-rw-r--r--Makefile.mesh5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.mesh b/Makefile.mesh
index 73eaded4a..fc28b0557 100644
--- a/Makefile.mesh
+++ b/Makefile.mesh
@@ -47,6 +47,11 @@ mesh_bluetooth_meshd_LDADD = src/libshared-ell.la $(ell_ldadd) -ljson-c
mesh_bluetooth_meshd_DEPENDENCIES = $(ell_dependencies) src/libshared-ell.la \
mesh/bluetooth-mesh.service
+if MANPAGES
+man_MANS += mesh/bluetooth-meshd.8
+endif
+manual_pages += mesh/bluetooth-meshd.8
+
CLEANFILES += mesh/bluetooth-mesh.service
endif