Changed to move install-mh to the bin directory instead of the lib
authorJon Steinhart <jon@fourwinds.com>
Tue, 19 Nov 2002 20:37:50 +0000 (20:37 +0000)
committerJon Steinhart <jon@fourwinds.com>
Tue, 19 Nov 2002 20:37:50 +0000 (20:37 +0000)
directory.  A link is made from the lib to the bin just in case.

man/Makefile.in
uip/Makefile.in

index 909e919..88c8c84 100644 (file)
@@ -53,8 +53,8 @@ POPSED = @POPSED@
 # man pages to install in $(mandir)/$(manext1)
 MAN1SRC = ali. anno. burst. comp.              \
        dist. flist. flists. folder. folders.   \
 # man pages to install in $(mandir)/$(manext1)
 MAN1SRC = ali. anno. burst. comp.              \
        dist. flist. flists. folder. folders.   \
-       forw. inc. mark. mh-chart. nmh.         \
-       mhbuild. mhl. mhlist. mhmail.           \
+       forw. inc. install-mh. mark. mh-chart.  \
+       nmh. mhbuild. mhl. mhlist. mhmail.      \
        mhn. mhparam. mhpath. mhshow.           \
        mhstore. msgchk. msh.                   \
        next. packf. pick. prev.                        \
        mhn. mhparam. mhpath. mhshow.           \
        mhstore. msgchk. msh.                   \
        next. packf. pick. prev.                        \
@@ -69,7 +69,7 @@ MAN5SRC = mh-alias. mh-draft. mh-format.      \
        mh-tailor. mts.conf.
 
 MAN8SRC = ap. conflict. dp. fmtdump.           \
        mh-tailor. mts.conf.
 
 MAN8SRC = ap. conflict. dp. fmtdump.           \
-       install-mh. mh-mts. post.
+       mh-mts. post.
 
 MAN1 := $(MAN1SRC:.=.$(manext1))
 MAN5 := $(MAN5SRC:.=.$(manext5))
 
 MAN1 := $(MAN1SRC:.=.$(manext1))
 MAN5 := $(MAN5SRC:.=.$(manext5))
index 6d971d5..80c211c 100644 (file)
@@ -57,7 +57,7 @@ SETGID_MAIL    = @SETGID_MAIL@
        $(COMPILE) $<
 
 # commands to build
        $(COMPILE) $<
 
 # commands to build
-CMDS = ali anno burst comp dist flist folder forw mark mhbuild \
+CMDS = ali anno burst comp dist flist folder forw install-mh mark mhbuild \
        mhlist mhmail mhn mhparam mhpath mhshow mhstore msgchk \
        msh packf pick prompter refile repl rmf rmm scan send show \
        sortm whatnow whom
        mhlist mhmail mhn mhparam mhpath mhshow mhstore msgchk \
        msh packf pick prompter refile repl rmf rmm scan send show \
        sortm whatnow whom
@@ -69,7 +69,7 @@ CMDS = ali anno burst comp dist flist folder forw mark mhbuild \
 LCMDS = flists folders next prev
 
 # misc support binaries
 LCMDS = flists folders next prev
 
 # misc support binaries
-MISC = ap conflict dp fmtdump install-mh mhl post rcvdist rcvpack \
+MISC = ap conflict dp fmtdump mhl post rcvdist rcvpack \
        rcvstore rcvtty slocal spost viamail mhtest
 
 # commands with 'S'pecial installation needs
        rcvstore rcvtty slocal spost viamail mhtest
 
 # commands with 'S'pecial installation needs
@@ -270,7 +270,7 @@ install-lcmds:
        $(LN) $(bindir)/folder $(bindir)/folders
        $(LN) $(bindir)/show   $(bindir)/prev
        $(LN) $(bindir)/show   $(bindir)/next
        $(LN) $(bindir)/folder $(bindir)/folders
        $(LN) $(bindir)/show   $(bindir)/prev
        $(LN) $(bindir)/show   $(bindir)/next
-       $(LN) $(libdir)/install-mh   $(bindir)/install-mh
+       $(LN) $(bindir)/install-mh   $(libdir)/install-mh
 
 # install misc support binaries
 install-misc:
 
 # install misc support binaries
 install-misc: