man: Add waybar-inhibitor man page

This commit is contained in:
Alexis Cellier
2021-12-14 08:15:44 +01:00
parent 89a8bd976e
commit 795246263f
2 changed files with 96 additions and 0 deletions

View File

@ -352,6 +352,10 @@ if scdoc.found()
'waybar-sndio.5.scd',
]
if (giounix.found() and not get_option('logind').disabled())
man_files += 'waybar-inhibitor.5.scd'
endif
foreach file : man_files
path = '@0@'.format(file)
basename = path.split('/')[-1]