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:
Alex
2026-07-04 01:13:28 +02:00
parent 1214776ca2
commit efe31dfecf
+4
View File
@@ -384,6 +384,10 @@ if true
'src/modules/wayfire/window.cpp',
'src/modules/wayfire/workspaces.cpp',
)
man_files += files(
'man/waybar-wayfire-window.5.scd',
'man/waybar-wayfire-workspaces.5.scd',
)
endif
if get_option('login-proxy')