mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2025-12-30 09:29:00 +00:00
Install man pages under mandir.
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
3c933f53bf
commit
c355bc02e3
@ -5,7 +5,7 @@ if pod2man.found()
|
||||
output : 'spice-client.1',
|
||||
input : 'spice-client.pod',
|
||||
install : true,
|
||||
install_dir : spice_gtk_datadir / 'man' / 'man1',
|
||||
install_dir : get_option('prefix') / get_option('mandir') / 'man1',
|
||||
build_by_default : true,
|
||||
command : [pod2man, '-c', 'Spice-GTK Documentation', '@INPUT@', '@OUTPUT@'])
|
||||
endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user