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