8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
# makedoc.g RAQ
|
|
# build the documentation for RAQ via AutoDoc
|
|
|
|
LoadPackage("AutoDoc");
|
|
AutoDoc(rec(scaffold := true,
|
|
autodoc := rec(files := ["README.md"])));
|
|
QUIT;
|