X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=b5cfebd74b0b4c5c073be2635cc8f1b2d8681536;hb=5fa12abdb75ead7fa6995d38047e10a579df250e;hp=00ef9e84c27d9eaec5312792fee98ccbe8be32d1;hpb=b6858a167ec80f23a07115fb3c8389a401861822;p=adu.git diff --git a/Makefile b/Makefile index 00ef9e8..b5cfebd 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 >> $@