diff options
author | Nick White <git@njw.me.uk> | 2011-06-27 23:11:20 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-06-27 23:11:20 +0100 |
commit | 313470cb7724c683591384cafd9dea6b46bb9046 (patch) | |
tree | e33ae3ad8b2b600bcacf46199014acd67210d797 /Makefile | |
parent | 647be3ff00d9830f73c058ff3a713dff4c3f4b92 (diff) |
Use better title for webpage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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%;}" >> $@ |