fix refs and raise heading levels in generated hardware doc
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user