diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-14 21:59:16 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-14 21:59:16 +0000 |
| commit | f1f9d455f271d216fb73ecee6181b49030078777 (patch) | |
| tree | e425d5c19a75fec42e26b6d8c070a9e9ce7b1467 /other/website/src/make.sh | |
| parent | 4fc2c927dd178ac4f460ce5a4f99be097a029c69 (diff) | |
| download | zcatch-f1f9d455f271d216fb73ecee6181b49030078777.tar.gz zcatch-f1f9d455f271d216fb73ecee6181b49030078777.zip | |
moved /trunk/other to /assets
Diffstat (limited to 'other/website/src/make.sh')
| -rwxr-xr-x | other/website/src/make.sh | 6 |
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 |