X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2FMakefile.in;h=b23fb6bf37c2b378bc40fb3d7e6cc427d3e64822;hp=ab93318d4f82dd07c022f21ade3d1d128a7fe031;hb=18017df38ebb626f6eed6f339641fd1298c326e7;hpb=788c353a8bee07520ae1a1de6fb7bdcdf1f4f1c7 diff --git a/man/Makefile.in b/man/Makefile.in index ab93318..b23fb6b 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for man subdirectory # -# $Id$ -# VERSION = @VERSION@ DATE = @DATE@ @@ -26,18 +24,12 @@ manext8 = 8 mailspool = @mailspool@ sendmailpath = @sendmailpath@ -default_editor = @editorpath@ -default_pager = @pagerpath@ - INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ SED = sed SEDMAN = $(SED) -f man.sed $< > $@ -# sed line for editing pop information in man pages -POPSED = @POPSED@ - .SUFFIXES: .SUFFIXES: .man .$(manext1) .$(manext5) .$(manext8) @@ -51,34 +43,22 @@ POPSED = @POPSED@ $(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) @@ -106,12 +86,9 @@ man.sed: Makefile echo 's,%mandir%,$(mandir),g' >> $@ echo 's,%mailspool%,$(mailspool),g' >> $@ echo 's,%sendmailpath%,$(sendmailpath),g' >> $@ - echo 's,%default_editor%,$(default_editor),g' >> $@ - echo 's,%default_pager%,$(default_pager),g' >> $@ echo 's,%manext1%,$(manext1),g' >> $@ echo 's,%manext5%,$(manext5),g' >> $@ echo 's,%manext8%,$(manext8),g' >> $@ - echo '$(POPSED)' >> $@ echo '/%components%/r $(top_srcdir)/etc/components' >> $@ echo ' s,%components%,,g' >> $@ echo '/%distcomps%/r $(top_srcdir)/etc/distcomps' >> $@ @@ -199,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)"