From: Jon Steinhart Date: Tue, 19 Nov 2002 20:37:50 +0000 (+0000) Subject: Changed to move install-mh to the bin directory instead of the lib X-Git-Tag: RELEASE_1_2~111 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=78c6358d8c8c1ee74bf65c672d958e4eae17ee37;ds=sidebyside Changed to move install-mh to the bin directory instead of the lib directory. A link is made from the lib to the bin just in case. --- diff --git a/man/Makefile.in b/man/Makefile.in index 909e919..88c8c84 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -53,8 +53,8 @@ POPSED = @POPSED@ # 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. \ @@ -69,7 +69,7 @@ MAN5SRC = mh-alias. mh-draft. mh-format. \ mh-tailor. mts.conf. MAN8SRC = ap. conflict. dp. fmtdump. \ - install-mh. mh-mts. post. + mh-mts. post. MAN1 := $(MAN1SRC:.=.$(manext1)) MAN5 := $(MAN5SRC:.=.$(manext5)) diff --git a/uip/Makefile.in b/uip/Makefile.in index 6d971d5..80c211c 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -57,7 +57,7 @@ SETGID_MAIL = @SETGID_MAIL@ $(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 @@ -69,7 +69,7 @@ CMDS = ali anno burst comp dist flist folder forw mark mhbuild \ 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 @@ -270,7 +270,7 @@ install-lcmds: $(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: