X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2FMakefile.in;h=b23fb6bf37c2b378bc40fb3d7e6cc427d3e64822;hp=c822d4a6329ef31295cf5472a957df38ef7a5b3e;hb=18017df38ebb626f6eed6f339641fd1298c326e7;hpb=5d43a99db70c12a673028c7758c20cbe3e13ef5f diff --git a/man/Makefile.in b/man/Makefile.in index c822d4a..b23fb6b 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -43,34 +43,22 @@ SEDMAN = $(SED) -f man.sed $< > $@ $(SEDMAN) # man pages to install in $(mandir)/$(manext1) -MAN1SRC = ali. anno. burst. comp. \ - dist. flist. flists. folder. folders. \ - forw. inc. install-mh. mark. mh-chart. \ - nmh. mhbuild. mhl. mhlist. mhmail. \ - mhn. mhparam. mhpath. mhshow. \ - mhstore. msgchk. msh. \ - new. fnext. fprev. unseen. \ - next. packf. pick. prev. \ - prompter. rcvdist. rcvpack. \ - rcvstore. rcvtty. refile. \ - repl. rmf. rmm. scan. \ - send. sendfiles. show. slocal. \ - sortm. whatnow. whom. - -MAN5SRC = mh-alias. mh-draft. mh-format. \ - mh-mail. mh-profile. mh-sequence. \ +MAN1SRC = ali. anno. burst. comp. dist. flist. flists. folder. folders. \ + forw. inc. install-mh. mark. mh-chart. nmh. mhbuild. mhl. mhlist. \ + mhmail. mhparam. mhpath. mhshow. mhstore. msgchk. new. fnext. \ + fprev. unseen. next. packf. pick. prev. prompter. rcvdist. rcvpack. \ + rcvstore. rcvtty. refile. repl. rmf. rmm. scan. send. sendfiles. \ + show. slocal. sortm. whatnow. + +MAN5SRC = mh-alias. mh-draft. mh-format. mh-mail. mh-profile. mh-sequence. \ mh-tailor. mts.conf. -MAN8SRC = ap. conflict. dp. fmtdump. \ - post. +MAN8SRC = ap. conflict. dp. fmtdump. post. MAN1 = $(MAN1SRC:.=.$(manext1)) MAN5 = $(MAN5SRC:.=.$(manext5)) MAN8 = $(MAN8SRC:.=.$(manext8)) -# Since vmh is not built or distributed, neither should vmh.1 be -# MANEXTRA = vmh. - # source for man pages DIST_MANSRC = $(MAN1SRC) $(MAN5SRC) $(MAN8SRC) DIST_MAN = $(DIST_MANSRC:.=.man) @@ -188,7 +176,7 @@ subdir = man Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ - + distdir = ../`cat ../distname`/$(subdir) nmhdist: $(DIST) @echo "Copying distribution files in $(subdir)"