Don't spam console with so much output in help.html
parent
5c88b18a9a
commit
bfaedc8d0a
|
@ -64,7 +64,6 @@ M: topic url-of topic>filename ;
|
||||||
tri simple-page ;
|
tri simple-page ;
|
||||||
|
|
||||||
: generate-help-file ( topic -- )
|
: generate-help-file ( topic -- )
|
||||||
dup .
|
|
||||||
dup topic>filename utf8 [ help>html write-xml ] with-file-writer ;
|
dup topic>filename utf8 [ help>html write-xml ] with-file-writer ;
|
||||||
|
|
||||||
: all-vocabs-really ( -- seq )
|
: all-vocabs-really ( -- seq )
|
||||||
|
|
Loading…
Reference in New Issue