meson: Add back forgotten manpages

Thanks @dantob for noticing that on the AUR package.
This commit is contained in:
Emmanuel Gil Peyrot 2020-09-25 21:48:18 +02:00
parent 626d5b4d36
commit 59c2b8a990
3 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,5 @@ executable('desmume-cli',
link_with: libdesmume,
install: true,
)
install_data('doc/desmume-cli.1', install_dir: get_option('datadir') / 'man' / 'man1')

View File

@ -42,4 +42,5 @@ executable('desmume-glade',
install_data('desmume-glade.desktop', install_dir: get_option('datadir') / 'applications')
install_data('glade/DeSmuME.xpm', install_dir: get_option('datadir') / 'pixmaps')
install_data('doc/desmume-glade.1', install_dir: get_option('datadir') / 'man' / 'man1')
install_data(['glade/DeSmuMe_Dtools.glade', 'glade/DeSmuMe.glade', 'glade/DeSmuME.xpm'], install_dir: get_option('datadir') / 'glade')

View File

@ -36,3 +36,4 @@ executable('desmume',
install_data('desmume.desktop', install_dir: get_option('datadir') / 'applications')
install_data('DeSmuME.svg', install_dir: get_option('datadir') / 'pixmaps')
install_data('doc/desmume.1', install_dir: get_option('datadir') / 'man' / 'man1')