espeakup/meson_options.txt
Alexander Epaneshnikov ca1d6b42e2 generate man page from markdown
Use ronn to convert markdown to a man page
This simplifies maintaining the documentation.

This fixes #31.
2021-06-19 01:34:18 -05:00

4 lines
194 B
Meson

option('systemd', type : 'feature', value : 'auto',
description :'enable systemd support')
option('man', type : 'feature', value : 'auto',
description : 'build manpage with ronn')