- use Makefile dependencies instead of shell for-loops
- include generated files in "clean" target
- remove from _config for faster processing; add data in
gen_markdown_api_doc.py instead
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit makes the repository conform to the REUSE spec, using SPDX
license identifiers and copyright info for all files.
Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
Added 'gen_markdown_api_doc.py', a simple python script that
takes a markdown file and generates a website doc page populated
with the contents of the markdown file.