mirror of
https://github.com/emersion/kanshi
synced 2024-11-26 05:55:27 +01:00
Fix the path for installed man pages.
This commit is contained in:
parent
38d27474b6
commit
76e9f4151f
@ -76,7 +76,7 @@ if scdoc.found()
|
||||
sh, '-c', '@0@ < @INPUT@ > @1@'.format(scdoc_prog.path(), output)
|
||||
],
|
||||
install: true,
|
||||
install_dir: join_paths(mandir, section),
|
||||
install_dir: '@0@/man@1@'.format(mandir, section)
|
||||
)
|
||||
endforeach
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user