mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-29 17:54:57 +08:00
4 lines
78 B
Makefile
4 lines
78 B
Makefile
|
|
|
|
index.html : source/book.adoc source
|
|
asciidoctor -b html5 -d book -o $@ $<
|