]> git.alsa-project.org Git - alsa-utils.git/commit
configure.ac: add a check for rst2man, a reStructuredText man page generator
authorAntonio Ospite <ao2@ao2.it>
Fri, 9 Dec 2016 13:02:30 +0000 (14:02 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Dec 2016 16:22:11 +0000 (17:22 +0100)
commit59e32319df47d4f1a5c08dba1bb9b3c412d9eb1d
treee060944b0bb3d9a8c169506b23195bf1de9bc75a
parentb235b50129b6195e502a5b25841a13d725a4766b
configure.ac: add a check for rst2man, a reStructuredText man page generator

Define a USE_RST2MAN conditional so that, when available, rst2man can be
used to generate man pages from reStructuredText source files.

The code follows what is done to check for xmlto.

On Debian system, the rst2man executable is provided by python-docutils
or python3-docutils.

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.ac