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