1
0
liminix/doc/Makefile

24 lines
422 B
Makefile

DOCS=\
admin \
configuration \
development \
index \
installation \
intro \
modules \
outputs \
hardware \
tutorial
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
install:
mkdir -p $(prefix)/doc
cp -a _build/* $(prefix)/doc