doc: add SSHFS Port Case Study document

This commit is contained in:
Bill Zissimopoulos
2016-06-02 23:26:27 -07:00
parent 8525c99d7a
commit 4e2aaa8a21
2 changed files with 112 additions and 1 deletions

View File

@ -1,4 +1,8 @@
web: web/winfsp-design.html web/service-architecture.html web/winfsp.h.html
web: \
web/winfsp-design.html \
web/service-architecture.html \
web/sshfs-port-case-study.html \
web/winfsp.h.html
web/winfsp-design.html:
mkdir -p web
@ -8,6 +12,10 @@ web/service-architecture.html:
mkdir -p web
asciidoc -b html4 -a hr= -s -o $@ service-architecture.adoc
web/sshfs-port-case-study.html:
mkdir -p web
asciidoc -b html4 -a hr= -s -o $@ sshfs-port-case-study.adoc
web/winfsp.h.html:
mkdir -p web
prettydoc -H-O -o web ../inc/winfsp/winfsp.h