convert "supported hardware" to an appendix

This commit is contained in:
Daniel Barlow
2025-04-08 21:24:31 +01:00
parent 6a7aa0898e
commit eb16a35ff3
3 changed files with 18 additions and 15 deletions

View File

@@ -12,8 +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
# sections in an appendix need to start at ===
sed -E -i.bak -e 's/^(=*) /=\1 /g' hardware.adoc
html: Makefile $(patsubst %,%.adoc,$(DOCS))
asciidoctor -D _build -d book index.adoc