X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=fb8a01d3282a6fddf3a7b4866a0af198ab0dd2f6;hb=f497ad60e2191188f6bef05d022a07d17c65a357;hp=7f598d548b6f62ee8d92fa66256642c3233578d9;hpb=7a5132c93cde8ce79bbea3dc4568ffa5f42ec5cf;p=osl.git diff --git a/Makefile b/Makefile index 7f598d5..fb8a01d 100644 --- 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 >> $@