]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
web: Convert QUICK_START to markdown syntax.
[osl.git] / Makefile
index bdf78a2728ab67eb4a7a6096f46132663570437f..bc0d6ed7cd4fc9e9ed71f05461ccd8fc06170615 100644 (file)
--- 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,/^<body>/d; /^<\/body>/,$$d' >> $@
        sed -e '1,/@MAN_PAGE@/d' web/index.html.in >> $@