mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
restructure project to accommodate wiki
This commit is contained in:
parent
25c687d5c5
commit
834adbdc36
21
doc/Makefile
21
doc/Makefile
@ -1,21 +0,0 @@
|
|||||||
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
|
|
||||||
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/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
|
|
Loading…
x
Reference in New Issue
Block a user