]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
web: Let logo link to index.html rather than ".".
[osl.git] / Makefile
index 7f598d548b6f62ee8d92fa66256642c3233578d9..fb8a01d3282a6fddf3a7b4866a0af198ab0dd2f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -150,8 +150,9 @@ www: web/index.html web/osl.png web/api.html
 web/osl.png: web/osl.pdf Makefile
        convert -scale 200x200 $< $@
 
-web/index.html: oslfsck.1 web/index.html.in INSTALL README QUICK_START
-       sed -e '/@README@/,$$d' web/index.html.in > $@
+web/index.html: oslfsck.1 web/header.html web/index.html.in INSTALL README QUICK_START
+       cat web/header.html > $@
+       sed -e '/@README@/,$$d' web/index.html.in >> $@
        markdown < README >> $@
        sed -e '1,/@README@/d' -e '/@INSTALL@/,$$d' web/index.html.in >> $@
        markdown < INSTALL >> $@