about summary refs log tree commit diff
path: root/other/website/src/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'other/website/src/make.sh')
-rwxr-xr-xother/website/src/make.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/other/website/src/make.sh b/other/website/src/make.sh
deleted file mode 100755
index cf1c2723..00000000
--- a/other/website/src/make.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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