From 6e3a2f1900ea36420e07d7083637e8060d18f20f Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sat, 23 Apr 2016 14:38:45 -0700 Subject: [PATCH] doc: add Makefile --- doc/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/Makefile diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 00000000..275d12dc --- /dev/null +++ b/doc/Makefile @@ -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