From 980bd585c38a0b9578c0f857c20b86c7fc6feffe Mon Sep 17 00:00:00 2001 From: Inga Stotland Date: Sun, 16 May 2021 22:23:57 -0700 Subject: mesh: Add manpage for bluetooth-meshd daemon This adds manpage with a brief description of BLuettoth Mesh daemon command line options. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5157da1b5..af700eb13 100644 --- a/configure.ac +++ b/configure.ac @@ -392,6 +392,7 @@ AC_SUBST(CONFIGDIR, "${configdir}") AC_DEFINE_UNQUOTED(MESH_STORAGEDIR, "${storagedir}/mesh", [Directory for the mesh daemon storage files]) +AC_SUBST(MESH_STORAGEDIR, "${storagedir}/mesh") AC_ARG_ENABLE(android, AC_HELP_STRING([--enable-android], [enable BlueZ for Android]), @@ -415,4 +416,4 @@ fi AC_DEFINE_UNQUOTED(ANDROID_STORAGEDIR, "${storagedir}/android", [Directory for the Android daemon storage files]) -AC_OUTPUT(Makefile src/bluetoothd.rst lib/bluez.pc) +AC_OUTPUT(Makefile src/bluetoothd.rst lib/bluez.pc mesh/bluetooth-meshd.rst) -- cgit v1.2.1