diff options
author | Nick White <git@njw.me.uk> | 2010-08-06 00:41:16 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-08-06 00:41:16 +0100 |
commit | f7638d332f823030be026b25ab074e6c83330999 (patch) | |
tree | be5e95d1ecd3494a6957c80ce66cc215b82d979e | |
parent | 11d39c0601ec26e5db18031b693b0254e2e14dd2 (diff) |
Set dl version in webpages, improve readme
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | web/index.txt | 4 |
3 files changed, 8 insertions, 8 deletions
@@ -31,7 +31,7 @@ config.h: $(WEB): web/index.txt web/header.html web/footer.html web/doap.ttl @echo making webpage @cat web/header.html > $@ - @smu < web/index.txt >> $@ + @sed 's/VERSION/$(VERSION)/g' < web/index.txt | smu >> $@ @echo '<hr />' >> $@ @sh web/summary.sh web/doap.ttl | smu >> $@ @cat web/footer.html >> $@ @@ -17,11 +17,11 @@ Edit config.mk to your liking, then run 'make install' Controls -------- -Left: Rotate left -Right: Rotate right -Space: Accelerate -Pause: Esc -Exit: Shift-Esc +Left: Rotate left +Right: Rotate right +Space: Accelerate +Esc: Pause +Shift-Esc: Quit History ------- diff --git a/web/index.txt b/web/index.txt index 4fa26ad..6dfba78 100644 --- a/web/index.txt +++ b/web/index.txt @@ -13,8 +13,8 @@ It should work on any *nix system with SDL libraries installed. Spout is free software released under the terms of the MIT license. -### [Download Spout 1.4](releases/spout-1.4.tar.gz) -### ([GPG signature](releases/spout-1.4.tar.gz.sig)) +### [Download Spout 1.4](releases/spout-VERSION.tar.gz) +### ([GPG signature](releases/spout-VERSION.tar.gz.sig)) History ------- |