about summary refs log tree commit diff
path: root/other/website/src/make.sh
blob: cf1c272307e973f5f9a24a26f4d85567974ec985 (plain)
1
2
3
4
5
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