mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
kdrive: Build Xkdrive man page
Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
ba16aca944
commit
c2ca290e63
@@ -27,3 +27,12 @@ if build_xfbdev
|
|||||||
subdir('linux')
|
subdir('linux')
|
||||||
subdir('fbdev')
|
subdir('fbdev')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if build_kdrive
|
||||||
|
xkdrive_man = configure_file(
|
||||||
|
input: 'Xkdrive.man',
|
||||||
|
output: 'Xkdrive.1',
|
||||||
|
configuration: manpage_config,
|
||||||
|
)
|
||||||
|
install_man(xkdrive_man)
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user