Move makedoc.g to doc/ subdirectory
This commit is contained in:
parent
5f41ae5bbf
commit
b5207d0067
2 changed files with 0 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
This directory is currently empty in the repository, except for this file,
|
||||
since its entire contents are generated by AutoDoc (see the makedoc.g file in
|
||||
the main package directory, one level up from this directory.)
|
7
doc/makedoc.g
Normal file
7
doc/makedoc.g
Normal file
|
@ -0,0 +1,7 @@
|
|||
# makedoc.g RAQ
|
||||
# build the documentation for RAQ via AutoDoc
|
||||
|
||||
LoadPackage("AutoDoc");
|
||||
AutoDoc(rec(scaffold := true,
|
||||
autodoc := rec(files := ["README.md"])));
|
||||
QUIT;
|
Loading…
Add table
Add a link
Reference in a new issue