build: install wayfire man pages (register in meson man_files)
The wayfire window/workspaces man pages existed but were never added to man_files, so they were never installed. Fixes #4264.
This commit is contained in:
@@ -384,6 +384,10 @@ if true
|
|||||||
'src/modules/wayfire/window.cpp',
|
'src/modules/wayfire/window.cpp',
|
||||||
'src/modules/wayfire/workspaces.cpp',
|
'src/modules/wayfire/workspaces.cpp',
|
||||||
)
|
)
|
||||||
|
man_files += files(
|
||||||
|
'man/waybar-wayfire-window.5.scd',
|
||||||
|
'man/waybar-wayfire-workspaces.5.scd',
|
||||||
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('login-proxy')
|
if get_option('login-proxy')
|
||||||
|
|||||||
Reference in New Issue
Block a user