install manpage

This commit is contained in:
Alexander Epaneshnikov 2021-01-25 03:06:10 +03:00
commit 228ba84af0
No known key found for this signature in database
GPG key ID: 1736C918F59A5673
2 changed files with 2 additions and 0 deletions

1
doc/meson.build Normal file
View file

@ -0,0 +1 @@
install_man('espeakup.8')

View file

@ -10,6 +10,7 @@ alsa_dep = dependency('alsa')
m_dep = cc.find_library('m', required : false)
subdir('src')
subdir('doc')
executable('espeakup',
espeakup_sources,