diff options
author | Nick White <git@njw.me.uk> | 2013-01-22 08:32:25 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2013-01-22 08:32:25 +0000 |
commit | 9d0c8397b7ddd9087828c830cdb3a08ca792c770 (patch) | |
tree | 7da8e309024fc854355d29a293fcc67d29c5102c /Makefile | |
parent | 508b7b1123ea479caed7af68ffd9f90ffcc37281 (diff) |
Rewrite readme a bit and change web location to /getxbook
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -107,7 +107,8 @@ dist-win: $(BIN) $(GUI:.tcl=.exe) index.html: doap.ttl README echo making webpage - echo "<!DOCTYPE html><html><head><title>$(NAME)</title>" > $@ + echo '<?xml version="1.0" encoding="UTF-8"?>' > $@ + echo "<!DOCTYPE html><html><head><title>$(NAME)</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%;}" >> $@ |