diff --git a/README.md b/README.md index 71768b1..1c10f38 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,14 @@ file tree in a directory in your package search path, e.g. the pkg directory of your GAP installation, or perhaps the .gap/pkg subdirectory of your home directory. -Authors/maintainers of RAQ: Glen Whitney - + The authors of RAQ would like to acknowledge their debt to the creators of RIG, an earlier package for Racks in GAP; chief among them is Leandro Vendramin. RIG was an inspiration for the creation of RAQ, and using and reading that package suggested many features needed in the development of RAQ. + + +Authors/maintainers of RAQ: Glen Whitney diff --git a/makedoc.g b/makedoc.g index 64e63e9..74131bc 100644 --- a/makedoc.g +++ b/makedoc.g @@ -2,5 +2,6 @@ # build the documentation for RAQ via AutoDoc LoadPackage("AutoDoc"); -AutoDoc(rec(scaffold := true, autodoc := true)); +AutoDoc(rec(scaffold := true, + autodoc := rec(files := ["README.md"]))); QUIT;