X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2FMakefile.in;h=0b580631e99e1981992a4079c4b4c2724cd58ff3;hp=8bfa3df4a24b2df947d4a76690c19fd205c7e18a;hb=aa8860b86ba41d70c454d5d824835c8cd92a1555;hpb=1856d44cafff88b8721971fbac940a469c81a38b diff --git a/man/Makefile.in b/man/Makefile.in index 8bfa3df..0b58063 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -145,8 +145,10 @@ install-man5: for file in $(MAN5); do \ $(INSTALL_DATA) $$file $(mandir)/man$(manext5) ; \ done - ( cd $(mandir)/man$(manext5) ; ln mh-profile.$(manext5) \ - mh_profile.$(manext5) ) + if [ ! -f mh_profile.$(manext5) ] ; then \ + ( cd $(mandir)/man$(manext5) ; ln mh-profile.$(manext5) \ + mh_profile.$(manext5) ) \ + fi # install the man pages in man8 install-man8: