about summary refs log tree commit diff
path: root/other/website/src/make.sh
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-05 13:25:08 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-08-05 13:25:08 +0000
commitb3499c7f7dd5cfbe783262ce5b3ca44b29666e15 (patch)
treeb24b8ca907015b56997701e66d39e95b00274f54 /other/website/src/make.sh
parent7db0781ff8a796eb35b256c0f1faa008168bbc73 (diff)
downloadzcatch-b3499c7f7dd5cfbe783262ce5b3ca44b29666e15.tar.gz
zcatch-b3499c7f7dd5cfbe783262ce5b3ca44b29666e15.zip
new rewritten page
Diffstat (limited to 'other/website/src/make.sh')
-rwxr-xr-xother/website/src/make.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/other/website/src/make.sh b/other/website/src/make.sh
new file mode 100755
index 00000000..cf1c2723
--- /dev/null
+++ b/other/website/src/make.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+python make_page.py < content_home.html > ../index.html
+python make_page.py < content_team.html > ../team.html
+python make_page.py < content_download.html > ../download.html
+python make_page.py < content_support.html > ../support.html