help.pdf: add some more help pdfs.
parent
e01ff14fa0
commit
879e7a0ff4
|
@ -63,3 +63,12 @@ PRIVATE>
|
||||||
"error-index"
|
"error-index"
|
||||||
"class-index"
|
"class-index"
|
||||||
} topics>pdf "index.pdf" write-pdf ;
|
} topics>pdf "index.pdf" write-pdf ;
|
||||||
|
|
||||||
|
: furnace-pdf ( -- )
|
||||||
|
"furnace" "furnace.pdf" article-pdf ;
|
||||||
|
|
||||||
|
: alien-pdf ( -- )
|
||||||
|
"alien" "alien.pdf" article-pdf ;
|
||||||
|
|
||||||
|
: io-pdf ( -- )
|
||||||
|
"io" "io.pdf" article-pdf ;
|
||||||
|
|
Loading…
Reference in New Issue