summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-08-06 00:41:16 +0100
committerNick White <git@njw.me.uk>2010-08-06 00:41:16 +0100
commitf7638d332f823030be026b25ab074e6c83330999 (patch)
treebe5e95d1ecd3494a6957c80ce66cc215b82d979e
parent11d39c0601ec26e5db18031b693b0254e2e14dd2 (diff)
Set dl version in webpages, improve readme
-rw-r--r--Makefile2
-rw-r--r--README10
-rw-r--r--web/index.txt4
3 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 6641a5f..7cb51e8 100644
--- a/Makefile
+++ b/Makefile
@@ -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 >> $@
diff --git a/README b/README
index 5326f27..91bc43c 100644
--- a/README
+++ b/README
@@ -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
-------