]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
INSTALL: Explain how to update the library cache on MacOS.
[osl.git] / Makefile
index e37af6acee28852ebd53e9606cee5020a39b64fa..ecd47f44519e8e083fcf82912b5867772298a9e3 100644 (file)
--- 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,/^<body>/d; /^<\/body>/,$$d' >> $@
        sed -e '1,/@MAN_PAGE@/d' web/index.html.in >> $@