kopia lustrzana https://github.com/c9/core
5 wiersze
152 B
Makefile
5 wiersze
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
|