From 313470cb7724c683591384cafd9dea6b46bb9046 Mon Sep 17 00:00:00 2001 From: Nick White <git@njw.me.uk> Date: Mon, 27 Jun 2011 23:11:20 +0100 Subject: Use better title for webpage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%;}" >> $@ -- cgit v1.2.3