]> git.tuebingen.mpg.de Git - adu.git/blobdiff - Makefile
Merge branch 'refs/heads/t/doc-improvements' into next
[adu.git] / Makefile
index 00ef9e84c27d9eaec5312792fee98ccbe8be32d1..b5cfebd74b0b4c5c073be2635cc8f1b2d8681536 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -76,9 +76,9 @@ clean:
 
 index.html: adu.1.html index.html.in INSTALL README
        sed -e '/@README@/,$$d' index.html.in > $@
-       grutatxt -nb < README >> $@
+       markdown README >> $@
        sed -e '1,/@README@/d' -e '/@INSTALL@/,$$d' index.html.in >> $@
-       grutatxt -nb < INSTALL >> $@
+       markdown INSTALL >> $@
        sed -e '1,/@INSTALL@/d' -e '/@MAN_PAGE@/,$$d' index.html.in >> $@
        sed -e '1,/Return to Main Contents/d' -e '/Index/,$$d' adu.1.html >> $@
        sed -e '1,/@MAN_PAGE@/d' index.html.in >> $@