Move scd files to man/ folder
parent
df83404c8c
commit
fba1f5c8af
|
@ -173,7 +173,7 @@ if scdoc.found()
|
||||||
|
|
||||||
custom_target(
|
custom_target(
|
||||||
output,
|
output,
|
||||||
input: filename,
|
input: 'man/@0@'.format(filename),
|
||||||
output: output,
|
output: output,
|
||||||
command: [
|
command: [
|
||||||
sh, '-c', '@0@ < @INPUT@ > @1@'.format(scdoc_prog.path(), output)
|
sh, '-c', '@0@ < @INPUT@ > @1@'.format(scdoc_prog.path(), output)
|
||||||
|
|
Loading…
Reference in New Issue