commit ee079c2bfc3ef7fb3a4df5cd1f41bf2db0a36aa8
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Sep 7 18:25:56 2019 +0200

    Add descriptions to NAME sections of manpages

diff --git a/src/api/python/speechd_config/Makefile.am b/src/api/python/speechd_config/Makefile.am
index 0f40a12e..b7dce0e5 100644
--- a/src/api/python/speechd_config/Makefile.am
+++ b/src/api/python/speechd_config/Makefile.am
@@ -66,7 +66,7 @@ EXTRA_DIST = paths.py.in speechd.desktop.in config.py.in
 
 if HAVE_HELP2MAN
 spd-conf.1: config.py paths.py $(abs_builddir)/__init__.py
-	LC_ALL=C PYTHONPATH=$(builddir)/.. PYTHONDONTWRITEBYTECODE=1 help2man -N --output=$@ $(srcdir)/spd-conf
+	LC_ALL=C PYTHONPATH=$(builddir)/.. PYTHONDONTWRITEBYTECODE=1 help2man -N -n "configure Speech Dispatcher and diagnose problems" --output=$@ $(srcdir)/spd-conf
 
 dist_man1_MANS = \
 	spd-conf.1
diff --git a/src/clients/say/Makefile.am b/src/clients/say/Makefile.am
index 030150f9..36d4ecd8 100644
--- a/src/clients/say/Makefile.am
+++ b/src/clients/say/Makefile.am
@@ -27,7 +27,7 @@ spd_say_LDADD = $(c_api)/libspeechd.la $(EXTRA_SOCKET_LIBS) $(top_builddir)/src/
 
 if HAVE_HELP2MAN
 spd-say.1: spd-say$(EXEEXT)
-	LC_ALL=C help2man --output=$@ ./$<
+	LC_ALL=C help2man -n "send text-to-speech output request to speech-dispatcher" --output=$@ ./$<
 
 dist_man1_MANS = \
 	spd-say.1
diff --git a/src/server/Makefile.am b/src/server/Makefile.am
index df152680..05fa04c5 100644
--- a/src/server/Makefile.am
+++ b/src/server/Makefile.am
@@ -39,7 +39,7 @@ speech_dispatcher_LDADD = $(lib_common) $(DOTCONF_LIBS) $(GLIB_LIBS) \
 
 if HAVE_HELP2MAN
 speech-dispatcher.1: speech-dispatcher$(EXEEXT)
-	LC_ALL=C help2man --output=$@ ./$<
+	LC_ALL=C help2man -n "speech synthesis daemon" --output=$@ ./$<
 
 dist_man1_MANS = \
 	speech-dispatcher.1
