]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
osl-0.1.3.
[osl.git] / Makefile
index e37af6acee28852ebd53e9606cee5020a39b64fa..eeb5dcc54ef1ea5f6a86cadf711a33576fb8dbd7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ OBJCOPY := objcopy
 # The way x, y and z are interpreted depends on the OS.
 x := 0
 y := 1
-z := 2
+z := 3
 VERSION := $(x).$(y).$(z)
 
 # common flags
@@ -204,9 +204,9 @@ web/osl.png: web/osl.pdf Makefile
 
 web/index.html: oslfsck.1 web/index.html.in INSTALL README
        sed -e '/@README@/,$$d' web/index.html.in > $@
-       grutatxt -nb < README >> $@
+       markdown < README >> $@
        sed -e '1,/@README@/d' -e '/@INSTALL@/,$$d' web/index.html.in >> $@
-       grutatxt -nb < INSTALL >> $@
+       markdown < INSTALL >> $@
        sed -e '1,/@INSTALL@/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 >> $@