summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-06-27 23:11:20 +0100
committerNick White <git@njw.me.uk>2011-06-27 23:11:20 +0100
commit313470cb7724c683591384cafd9dea6b46bb9046 (patch)
treee33ae3ad8b2b600bcacf46199014acd67210d797
parent647be3ff00d9830f73c058ff3a713dff4c3f4b92 (diff)
Use better title for webpage
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3882cbf..ce84ea1 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ web/doap.ttl: web/doap-src.ttl
web/index.html: web/doap.ttl README
echo making webpage
- echo "<!DOCTYPE html><html><head><title>$(NAME)</title>" > $@
+ echo "<!DOCTYPE html><html><head><title>SimplyRead - Stop browsing, start reading</title>" > $@
echo '<link rel="alternate" type="text/turtle" title="rdf" href="doap.ttl" />' >> $@
echo '<style type="text/css">' >> $@
echo "body {font-family:sans-serif; width:38em; margin:auto; max-width:94%;}" >> $@