mason.docs: make docs archive have relative paths.
parent
1c4a169f32
commit
b958ad4833
|
@ -8,10 +8,12 @@ mason.common mason.config namespaces sequences ;
|
||||||
IN: mason.docs
|
IN: mason.docs
|
||||||
|
|
||||||
: make-docs-archive ( -- )
|
: make-docs-archive ( -- )
|
||||||
|
[
|
||||||
{ "tar" "cfz" }
|
{ "tar" "cfz" }
|
||||||
"docs.tar.gz" temp-file suffix
|
"docs.tar.gz" temp-file suffix
|
||||||
"docs" cache-file suffix
|
"docs" suffix
|
||||||
short-running-process ;
|
short-running-process
|
||||||
|
] with-cache-directory ;
|
||||||
|
|
||||||
: upload-docs-archive ( -- )
|
: upload-docs-archive ( -- )
|
||||||
"docs.tar.gz" temp-file
|
"docs.tar.gz" temp-file
|
||||||
|
|
Loading…
Reference in New Issue