X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2FMakefile.in;h=ffa120375b65da365b60c40dd1c7b9bca4bd2960;hp=2246c175d42776ea891430d4b287a33c1161a618;hb=4e6362c1749f16f1b09fb04d5951a03c1d9aa9cd;hpb=cc87eac5c0e4025fba81abe8433315df84489c56 diff --git a/man/Makefile.in b/man/Makefile.in index 2246c17..ffa1203 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -56,7 +56,7 @@ MAN1SRC = ali. anno. burst. comp. dist. flist. flists. folder. folders. \ rcvstore. refile. repl. rmf. rmm. scan. send. sendfiles. \ show. slocal. sortm. whatnow. whom. -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,17 +67,6 @@ 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 = $(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 -