X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=Makefile;h=bc0d6ed7cd4fc9e9ed71f05461ccd8fc06170615;hp=bdf78a2728ab67eb4a7a6096f46132663570437f;hb=975357d614c27b81fbd65162a72d66d3b1a16a57;hpb=576fe981b1c21595f2b04c2b69153dc0a46dbfdf diff --git a/Makefile b/Makefile index bdf78a2..bc0d6ed 100644 --- a/Makefile +++ b/Makefile @@ -150,12 +150,14 @@ www: web/index.html web/osl.png web/doxygen/index.html web/osl.png: web/osl.pdf Makefile convert -scale 200x200 $< $@ -web/index.html: oslfsck.1 web/index.html.in INSTALL README +web/index.html: oslfsck.1 web/index.html.in INSTALL README QUICK_START sed -e '/@README@/,$$d' web/index.html.in > $@ markdown < README >> $@ sed -e '1,/@README@/d' -e '/@INSTALL@/,$$d' web/index.html.in >> $@ markdown < INSTALL >> $@ - sed -e '1,/@INSTALL@/d' -e '/@MAN_PAGE@/,$$d' web/index.html.in >> $@ + sed -e '1,/@INSTALL@/d' -e '/@QUICK_START@/,$$d' web/index.html.in >> $@ + markdown < QUICK_START >> $@ + sed -e '1,/@QUICK_START@/d' -e '/@MAN_PAGE@/,$$d' web/index.html.in >> $@ groff -m man -Thtml -P -l oslfsck.1 | sed -e '1,/^/d; /^<\/body>/,$$d' >> $@ sed -e '1,/@MAN_PAGE@/d' web/index.html.in >> $@