RAQ/doc/makedoc.g

7 lines
147 B
Plaintext

# makedoc.g RAQ
# build the documentation for RAQ via AutoDoc
LoadPackage("AutoDoc");
AutoDoc(rec(autodoc := rec(files := ["README.md"])));
QUIT;