X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2FMakefile.in;h=9a27e82aed3753c55ba39fdc59279b43fdc35aa5;hp=4703ebd95c3eff76986799742e6fb2af363acb92;hb=4112940aea5591648b03a81907408752c08b33aa;hpb=5f6cb9c6ca7a84cbb7b7e3fd4d033af99caa9e18 diff --git a/man/Makefile.in b/man/Makefile.in index 4703ebd..9a27e82 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -49,14 +49,14 @@ 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. mark. mhbuild. mhl. mhlist. mmh. \ - mhmail. mhparam. mhpath. mhshow. mhstore. msgchk. new. fnext. \ +MAN1SRC = ali. anno. burst. comp. dist. flist. flists. folder. folders. \ + forw. inc. mark. mhbuild. mhl. mhlist. mhsign. mhpgp. mmh. mmhwrap. \ + mhmail. mhparam. mhpath. mhstore. new. fnext. \ fprev. unseen. next. packf. pick. prev. prompter. rcvdist. rcvpack. \ - rcvstore. refile. repl. rmf. rmm. scan. send. sendfiles. \ - show. slocal. sortm. whatnow. + rcvstore. refile. repl. rmf. rmm. scan. send. sendfiles. \ + show. slocal. sortm. whatnow. whom. whatnow2. -MAN5SRC = mh-alias. mh-format. mh-mail. mh-profile. mh-tailor. +MAN5SRC = mh-alias. mh-format. mh-mail. mh-profile. MAN7SRC = mmh-intro. mh-chart. mh-draft. mh-sequence. @@ -67,18 +67,7 @@ MAN5 = $(MAN5SRC:.=.$(manext5)) MAN7 = $(MAN7SRC:.=.$(manext7)) MAN8 = $(MAN8SRC:.=.$(manext8)) -# source for man pages -DIST_MAN1 = $(MAN1SRC:.=.man1) -DIST_MAN5 = $(MAN5SRC:.=.man5) -DIST_MAN7 = $(MAN7SRC:.=.man7) -DIST_MAN8 = $(MAN8SRC:.=.man8) - -# auxiliary files -AUX = Makefile.in mh-chart-gen.sh - -# all files in this directory included in the distribution -DIST = $(DIST_MAN1) $(DIST_MAN5) $(DIST_MAN7) $(DIST_MAN8) $(AUX) -ALLPROGS = $(DIST_MAN1) $(DIST_MAN8) +ALLPROGS = $(MAN1) $(MAN8) # ========= DEFAULT TARGET ========== @@ -202,10 +191,3 @@ subdir = man Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ -distdir = ../`cat ../distname`/$(subdir) -mmhdist: $(DIST) - @echo "Copying distribution files in $(subdir)" - @for file in $(DIST); do \ - cp -p $(srcdir)/$$file $(distdir); \ - done -