Move documentation to texinfo, add makefiles, rename Cert to Attestation (python)

This commit is contained in:
lash
2023-05-24 08:45:02 +01:00
parent d4a1df3ec9
commit 2ff7724fa6
18 changed files with 261 additions and 48 deletions

View File

@@ -15,3 +15,7 @@ python:
install: python
make -C schema/json install
make -C schema/rdf install
readme:
make -C doc/texinfo readme
pandoc -f docbook -t gfm doc/texinfo/build/docbook.xml > README.md