Move scd files to man/ folder

This commit is contained in:
Michael Aquilina 2019-08-26 13:11:06 +01:00
parent df83404c8c
commit fba1f5c8af
No known key found for this signature in database
GPG Key ID: 636066730B056BD1
5 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ if scdoc.found()
custom_target(
output,
input: filename,
input: 'man/@0@'.format(filename),
output: output,
command: [
sh, '-c', '@0@ < @INPUT@ > @1@'.format(scdoc_prog.path(), output)