Removed configure option --with-hash-prefix and moved backup-prefix to profile
[mmh] / man / Makefile.in
index 1730ae9..5e99542 100644 (file)
@@ -1,8 +1,6 @@
 #
 # Makefile for man subdirectory
 #
-# $Id$
-#
 
 VERSION = @VERSION@
 DATE = @DATE@
@@ -35,9 +33,6 @@ 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)
 
@@ -57,6 +52,7 @@ MAN1SRC = ali. anno. burst. comp.             \
        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.               \
@@ -69,7 +65,7 @@ MAN5SRC = mh-alias. mh-draft. mh-format.      \
        mh-tailor. mts.conf.
 
 MAN8SRC = ap. conflict. dp. fmtdump.           \
-       mh-mts. post.
+       post.
 
 MAN1 = $(MAN1SRC:.=.$(manext1))
 MAN5 = $(MAN5SRC:.=.$(manext5))
@@ -110,7 +106,6 @@ man.sed: Makefile
        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' >> $@