Add helper shell script to build the website

git-svn-id: https://svn.apache.org/repos/asf/wink/site/trunk@1460209 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/cms/build.sh b/cms/build.sh
new file mode 100755
index 0000000..ebf6aa9
--- /dev/null
+++ b/cms/build.sh
@@ -0,0 +1,15 @@
+#####
+# Build Wink Website
+#
+#   Requirements : Define a CMS_HOME pointing to where you have installed 
+# the cms build tool from https://svn.apache.org/repos/infra/websites/cms/build/
+#
+
+BUILD_HOME=$PWD
+
+cd $CMS_HOME
+export MARKDOWN_SOCKET=`pwd`/markdown.socket PYTHONPATH=`pwd`
+python markdownd.py
+
+cd $BUILD_HOME
+perl $CMS_HOME/build_site.pl --source-base . --target-base ./target