Commit 920eb04f authored by Tim Janik's avatar Tim Janik

docs/Makefile.am: add build rules for audiowmark.pdf and audiowmark.html

Signed-off-by: 's avatarTim Janik <timj@gnu.org>
parent 6363e9d3
# docs/Makefile.am
doc_DATA = audiowmark.pdf audiowmark.html
GRAPHVIZ_PY = graphviz.py
audiowmark.pdf: audiowmark.md $(GRAPHVIZ_PY)
pandoc -F $(GRAPHVIZ_PY) -V papersize:a4 -V geometry:margin=2cm $< -o $@
audiowmark.html: audiowmark.md $(GRAPHVIZ_PY)
pandoc -F $(GRAPHVIZ_PY) $< -o $@
# DEPS: apt install -y python3-pygraphviz python3-pandocfilters
clean:
rm -f -r ../docs/graphviz-images/
rm -f $(doc_DATA)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment