Move scd files to man/ folder
parent
df83404c8c
commit
fba1f5c8af
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue