updated ali-flist, with batch edit of others
[mmh] / man / Makefile.in
index 8bfa3df..cc4e832 100644 (file)
@@ -5,6 +5,7 @@
 #
 
 VERSION = @VERSION@
+DATE = @DATE@
 
 SHELL = /bin/sh
 
@@ -72,7 +73,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 +86,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 \
@@ -110,6 +111,7 @@ tmac.h: man.sed tmac.h.in
 man.sed: Makefile
        echo 's,%nmhwarning%,THIS FILE HAS BEEN AUTOMATICALLY GENERATED.  DO NOT EDIT.,g' > $@
        echo 's,%nmhversion%,nmh-$(VERSION),g' >> $@
+       echo 's,%nmhdate%,$(DATE),g' >> $@
        echo 's,%bindir%,$(bindir),g' >> $@
        echo 's,%etcdir%,$(etcdir),g' >> $@
        echo 's,%libdir%,$(libdir),g' >> $@
@@ -145,8 +147,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 +200,8 @@ realclean: distclean
 
 superclean: realclean
 
+lint:
+
 # ========== DEPENDENCIES FOR MAINTENANCE ==========
 
 subdir = man