2017-05-14 13:22:31 +02:00

5 lines
152 B
Makefile

all: manual.html
manual.html: manual.txt asciidoc.conf
PATH=../node_modules/codemirror/bin:$(PATH) asciidoc --backend=html5 -o manual.html manual.txt