X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=Makefile;h=ecd47f44519e8e083fcf82912b5867772298a9e3;hp=e37af6acee28852ebd53e9606cee5020a39b64fa;hb=cb73d5fa58cec287978337f5e186fff52bccd252;hpb=abb6ef754912935a60705b6b1e9687bf79c509b7 diff --git a/Makefile b/Makefile index e37af6a..ecd47f4 100644 --- a/Makefile +++ b/Makefile @@ -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 >> $@