Fix itemize in docs

This commit is contained in:
lash
2023-05-24 08:47:03 +01:00
parent 2ff7724fa6
commit b8f27acc48
3 changed files with 22 additions and 12 deletions

View File

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