X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2FMakefile.in;h=c81c15d580a7f739e1ddaeabc9fad4f5e2d067fd;hp=8bfa3df4a24b2df947d4a76690c19fd205c7e18a;hb=de84e33cbf49bf0e70ad010d58ab9893c5438cff;hpb=1856d44cafff88b8721971fbac940a469c81a38b diff --git a/man/Makefile.in b/man/Makefile.in index 8bfa3df..c81c15d 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -72,7 +72,7 @@ MAN1 = ali.$(manext1) anno.$(manext1) burst.$(manext1) comp.$(manext1) \ MAN5 = mh-alias.$(manext5) mh-draft.$(manext5) mh-format.$(manext5) \ mh-mail.$(manext5) mh-profile.$(manext5) mh-sequence.$(manext5) \ - mh-tailor.$(manext5) + mh-tailor.$(manext5) mts.conf.$(manext5) MAN8 = ap.$(manext8) conflict.$(manext8) dp.$(manext8) \ fmtdump.$(manext8) install-mh.$(manext8) mh-mts.$(manext8) \ @@ -85,7 +85,7 @@ DIST_MAN = ali.man anno.man ap.man burst.man comp.man conflict.man \ mh-draft.man mh-format.man mh-mail.man mh-mts.man mh-profile.man \ mh-sequence.man mh-tailor.man nmh.man mhbuild.man mhl.man \ mhlist.man mhmail.man mhn.man mhparam.man mhpath.man \ - mhshow.man mhstore.man msgchk.man msh.man \ + mhshow.man mhstore.man msgchk.man msh.man mts.conf.man \ next.man packf.man pick.man post.man prev.man prompter.man \ rcvdist.man rcvpack.man rcvstore.man rcvtty.man refile.man \ repl.man rmf.man rmm.man scan.man send.man sendfiles.man show.man \ @@ -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 $(mandir)/man$(manext5)/mh_profile.$(manext5) ] ; then \ + ( cd $(mandir)/man$(manext5) ; ln mh-profile.$(manext5) \ + mh_profile.$(manext5) ) \ + fi # install the man pages in man8 install-man8: @@ -196,6 +198,8 @@ realclean: distclean superclean: realclean +lint: + # ========== DEPENDENCIES FOR MAINTENANCE ========== subdir = man