mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
5 lines
152 B
Makefile
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
|