# makedoc.g RAQ # build the documentation for RAQ via AutoDoc LoadPackage("AutoDoc"); AutoDoc(rec( autodoc := rec(files := ["README.md", "doc/chapters.autodoc"]), maketest := rec(name := "tst/AutoDoc_tests.g") )); if not IsBound(RAQ_makedoc_no_quit) or not RAQ_makedoc_no_quit then QUIT_GAP(); fi;