meson: Add back forgotten manpages
Thanks @dantob for noticing that on the AUR package.
This commit is contained in:
parent
626d5b4d36
commit
59c2b8a990
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue