blob: b92e73a5e89aee01f51038457dbb74080f3d6a85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
$NetBSD: patch-ac,v 1.1.1.1 2006/04/28 18:10:21 jlam Exp $
--- courier/doc/Makefile.in.orig 2006-01-29 12:33:49.000000000 -0500
+++ courier/doc/Makefile.in
@@ -141,7 +141,7 @@ target_alias = @target_alias@
version = @version@
htmldocdir = @datadir@/htmldoc
CLEANFILES = permissions.dat
-miscfiles = japanese_flag.png bg.gif icon.gif manpage.css \
+miscfiles = japanese_flag.png bg.gif icon.gif \
draft-varshavchik-exdata-smtpext.txt \
draft-varshavchik-verp-smtpext.txt \
draft-varshavchik-security-smtpext.txt \
@@ -178,65 +178,37 @@ htmlin = \
courier.html \
courierldapaliasd.html \
couriermlm.html \
- courierpop3d.html \
- couriertcpd.html \
- couriertls.html \
- deliverquota.html \
dot-courier.html \
dot-forward.html \
esmtpd.html \
- imapd.html \
localmailfilter.html \
- lockmail.html \
- mailbot.html \
- maildiracl.html \
- maildir.html \
- maildirkw.html \
- maildirmake.html \
- maildirquota.html \
- maildropex.html \
- maildropfilter.html \
- maildropgdbm.html \
- maildrop.html \
- maildrop.README.html \
- maildroptips.html \
mailq.html \
makeacceptmailfor.html \
makealiases.html \
- makedat.html \
makehosteddomains.html \
- makemime.html \
makepercentrelay.html \
makesmtpaccess.html \
- mimegpg.html \
mkesmtpdcert.html \
- mkimapdcert.html \
- mkpop3dcert.html \
- pcp_README.html \
pop3d.html \
preline.html \
- reformail.html \
- reformime.html \
sendmail.html \
submit.html \
testmxlookup.html
htmldoc_DATA = $(nohtmlin) $(htmlin)
-man1 = sendmail.1 preline.1 maildirmake.1 cancelmsg.1 lockmail.1 maildrop.1 \
- mailq.1 mailbot.1 makemime.1 mimegpg.1 maildiracl.1 \
- makedat.1 reformail.1 reformime.1 couriermlm.1 testmxlookup.1 \
- dot-forward.1 couriertls.1 couriertcpd.1 maildirkw.1
-
-man5 = dot-courier.5 maildir.5
-man7 = localmailfilter.7 maildirquota.7 maildropgdbm.7 maildropfilter.7 \
- maildropex.7
+man1 = sendmail.1 preline.1 cancelmsg.1 \
+ mailq.1 \
+ couriermlm.1 testmxlookup.1 \
+ dot-forward.1
-man8 = courier.8 courierldapaliasd.8 courierpop3d.8 \
- deliverquota.8 \
+man5 = dot-courier.5
+man7 = localmailfilter.7
+
+man8 = courier.8 courierldapaliasd.8 \
esmtpd.8 makeacceptmailfor.8 makehosteddomains.8\
- mkesmtpdcert.8 mkimapdcert.8 mkpop3dcert.8 \
+ mkesmtpdcert.8 \
makealiases.8 makepercentrelay.8 makesmtpaccess.8 \
- pop3d.8 submit.8 imapd.8
+ pop3d.8 submit.8
BUILT_SOURCES = \
cancelmsg.html cancelmsg.1 \
@@ -261,7 +233,7 @@ BUILT_SOURCES = \
testmxlookup.html testmxlookup.1
EXTRA_DIST = $(nohtmlin) $(BUILT_SOURCES)
-man_LINKS = $(man8dir)/courierpop3login.8 \
+man_LINKS = \
$(man1dir)/rmail.1 $(man1dir)/dotforward.1 \
$(man8dir)/makesmtpaccess-msa.8 \
$(man8dir)/esmtpd-msa.8
@@ -1117,8 +1089,7 @@ preline.1: preline.1.in
install-man-extra:
cd $(DESTDIR)$(man8dir) ; \
- rm -f courierpop3login.8 makesmtpaccess-msa.8 esmtpd-msa.8; \
- $(LN_S) courierpop3d.8 courierpop3login.8; \
+ rm -f makesmtpaccess-msa.8 esmtpd-msa.8; \
$(LN_S) makesmtpaccess.8 makesmtpaccess-msa.8 ; \
$(LN_S) esmtpd.8 esmtpd-msa.8
cd $(DESTDIR)$(man1dir) ; rm -f rmail.1 dotforward.1 \
|