X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=111019c53d3f5dc21ed06f40f787bdf4caa20bc8;hb=bf4beb6878cfcf692755807486f95e835f807b72;hp=7a4b6a98c9c5b3af9efdbfa5f2bf6040e0b7e3f5;hpb=0f2b297697d2c5d0ab9ee71d51c2e47fb4508aba;p=dss.git diff --git a/Makefile b/Makefile index 7a4b6a9..111019c 100644 --- a/Makefile +++ b/Makefile @@ -47,11 +47,11 @@ clean: index.html: dss.1.html index.html.in INSTALL README NEWS sed -e '/@README@/,$$d' index.html.in > $@ - grutatxt -nb < README >> $@ + markdown README >> $@ sed -e '1,/@README@/d' -e '/@NEWS@/,$$d' index.html.in >> $@ - grutatxt -nb < NEWS >> $@ + markdown NEWS >> $@ sed -e '1,/@NEWS@/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 '/SEE ALSO/,$$d' dss.1.html >> $@ sed -e '1,/@MAN_PAGE@/d' index.html.in >> $@