summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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 >> $@