RAQ/makedoc.g
2018-08-18 22:34:13 -07:00

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;