summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b123b11..9af30aa 100644
--- a/Makefile
+++ b/Makefile
@@ -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%;}" >> $@