Fix up output.
This commit is contained in:
@ -120,5 +120,5 @@ Alias('publish', ' '.join([
|
|||||||
'$src/tools/publish.py',
|
'$src/tools/publish.py',
|
||||||
] + PUBLISH_PARTS),
|
] + PUBLISH_PARTS),
|
||||||
'$src/tools/webindex.py >$dst/gen/archive.html && ' +
|
'$src/tools/webindex.py >$dst/gen/archive.html && ' +
|
||||||
'$src/tools/publish.py --src $dst/gen/archive.html --dst archive.html'),
|
'$src/tools/publish.py --src $dst/gen/archive.html --dst archive.html 2>&1 | cat >/dev/null'),
|
||||||
]))
|
]))
|
||||||
|
|||||||
Reference in New Issue
Block a user