diff options
| -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  ------- | 
