jack-audio-connection-kit-docs/GNUmakefile

11 lines
234 B
Makefile
Raw Normal View History

2023-05-27 18:44:16 +03:00
.PHONY: html html-mkdir
html: html/jackdbus-packaging.html
html: html/suggested-packaging-approach.html
html-mkdir:
@mkdir -vp html
./html/%.html : ./%.adoc html-mkdir
asciidoc -b html5 -a data-uri -a icons --theme ladi -o $@ $<