mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
10 lines
219 B
Makefile
10 lines
219 B
Makefile
web: web/winfsp-design.html web/winfsp.h.html
|
|
|
|
web/winfsp-design.html:
|
|
mkdir -p web
|
|
asciidoc -b html4 -a hr= -s -o $@ winfsp-design.adoc
|
|
|
|
web/winfsp.h.html:
|
|
mkdir -p web
|
|
prettydoc -H-O -o web ../inc/winfsp/winfsp.h
|