mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-07 22:37:23 +08:00
4 lines
78 B
Makefile
4 lines
78 B
Makefile
|
|
|
|
index.html : source/book.adoc source
|
|
asciidoctor -b html5 -d book -o $@ $<
|