Rearranged whitespace (and comments) in all the code!
[mmh] / man / Makefile.in
index cee0747..2a5a77a 100644 (file)
@@ -43,26 +43,17 @@ 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.      \
-       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. 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. whom.
+
+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))
@@ -185,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)"