X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;h=eeb5dcc54ef1ea5f6a86cadf711a33576fb8dbd7;hb=refs%2Ftags%2Fv0.1.3;hp=e37af6acee28852ebd53e9606cee5020a39b64fa;hpb=abb6ef754912935a60705b6b1e9687bf79c509b7;p=osl.git diff --git a/Makefile b/Makefile index e37af6a..eeb5dcc 100644 --- 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,/^/d; /^<\/body>/,$$d' >> $@ sed -e '1,/@MAN_PAGE@/d' web/index.html.in >> $@