On 15 April 2015 at 11:15, Jani Nikula wrote:
> Produce the man page from rst using rst2man.
>
> FIXME: configure support for checking rst2man.
I think this can be done with a fairly straightforward AC_CHECK_PROG
and AM_CONDITIONAL in configure.ac:
AC_CHECK_PROG(RST2MAN, rst2man, yes, no)
AM_CON
Produce the man page from rst using rst2man.
FIXME: configure support for checking rst2man.
Signed-off-by: Jani Nikula
---
man/Makefile.am | 12 ++-
man/intel_reg.rst | 229 ++
2 files changed, 240 insertions(+), 1 deletion(-)
create mode