doc: add Makefile

This commit is contained in:
Bill Zissimopoulos 2016-04-23 14:38:45 -07:00
parent fd2251337b
commit 6e3a2f1900

9
doc/Makefile Normal file
View File

@ -0,0 +1,9 @@
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