mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
Use ronn to convert markdown to a man page This simplifies maintaining the documentation. This fixes #31.
4 lines
194 B
Meson
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')
|