doc: add Service Architecture document

This commit is contained in:
Bill Zissimopoulos
2016-05-17 18:59:16 -07:00
parent 1e2f0930a2
commit fea92c4ae0
2 changed files with 52 additions and 1 deletions

View File

@ -1,9 +1,13 @@
web: web/winfsp-design.html web/winfsp.h.html
web: web/winfsp-design.html web/service-architecture.html web/winfsp.h.html
web/winfsp-design.html:
mkdir -p web
asciidoc -b html4 -a hr= -s -o $@ winfsp-design.adoc
web/service-architecture.html:
mkdir -p web
asciidoc -b html4 -a hr= -s -o $@ service-architecture.adoc
web/winfsp.h.html:
mkdir -p web
prettydoc -H-O -o web ../inc/winfsp/winfsp.h