RAQ/doc/makedoc.g

10 lines
205 B
Plaintext

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