From 834adbdc36d3908f07cfee7867e6870ad24a638c Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 6 Dec 2016 16:40:32 -0800 Subject: [PATCH] restructure project to accommodate wiki --- doc/Changelog.adoc => Changelog.adoc | 0 doc/Contributors.adoc => Contributors.adoc | 0 doc/License.txt => License.txt | 0 doc/Makefile | 21 --------------------- 4 files changed, 21 deletions(-) rename doc/Changelog.adoc => Changelog.adoc (100%) rename doc/Contributors.adoc => Contributors.adoc (100%) rename doc/License.txt => License.txt (100%) delete mode 100644 doc/Makefile diff --git a/doc/Changelog.adoc b/Changelog.adoc similarity index 100% rename from doc/Changelog.adoc rename to Changelog.adoc diff --git a/doc/Contributors.adoc b/Contributors.adoc similarity index 100% rename from doc/Contributors.adoc rename to Contributors.adoc diff --git a/doc/License.txt b/License.txt similarity index 100% rename from doc/License.txt rename to License.txt diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index c9f37cbd..00000000 --- a/doc/Makefile +++ /dev/null @@ -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