From f7638d332f823030be026b25ab074e6c83330999 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 6 Aug 2010 00:41:16 +0100 Subject: Set dl version in webpages, improve readme --- Makefile | 2 +- README | 10 +++++----- web/index.txt | 4 ++-- 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 '
' >> $@ @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 ------- -- cgit v1.2.3