X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;h=8e4d65388c3576aaf64a729cd6e710b2c9724156;hb=599cc210028d11e60bee2bad0721a6b20f3a26d6;hp=58202a224a6634ed39288ccf3b44f263ee715fb7;hpb=11ef904f216bc07351a88381755b6a34b90d1ef5;p=adu.git diff --git a/Makefile b/Makefile index 58202a2..8e4d653 100644 --- 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 >> $@