fix refs and raise heading levels in generated hardware doc

This commit is contained in:
Daniel Barlow
2025-04-06 23:46:24 +01:00
parent 9f501018bf
commit 9bc9a077e3
4 changed files with 7 additions and 5 deletions

View File

@@ -12,6 +12,8 @@ DOCS=\
hardware.adoc: hardware.nix
pandoc -f rst -t asciidoc -o $@ hardware.rst
# don't even ask
sed -E -i.bak -e 's/^=(=*) /\1 /g' hardware.adoc
html: Makefile $(patsubst %,%.adoc,$(DOCS))
asciidoctor -D _build -d book index.adoc