~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to man/Makefile.in

Tags: upstream-2.3.1
ImportĀ upstreamĀ versionĀ 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        man1/postqueue.1 man1/postsuper.1
15
15
CONFIG  = man5/access.5 man5/aliases.5 man5/canonical.5 man5/relocated.5 \
16
16
        man5/transport.5 man5/virtual.5 man5/pcre_table.5 man5/regexp_table.5 \
17
 
        man5/cidr_table.5 man5/header_checks.5 \
 
17
        man5/cidr_table.5 man5/tcp_table.5 man5/header_checks.5 \
18
18
        man5/body_checks.5 man5/ldap_table.5 man5/mysql_table.5 \
19
19
        man5/pgsql_table.5 man5/master.5 man5/nisplus_table.5 \
20
 
        man5/generic.5
 
20
        man5/generic.5 man5/bounce.5
21
21
TOOLS   = man1/smtp-sink.1 man1/smtp-source.1 man1/qmqp-sink.1 \
22
22
        man1/qmqp-source.1 man1/qshape.1
23
23
 
36
36
 
37
37
man8/bounce.8: ../src/bounce/bounce.c
38
38
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
39
 
            (cmp -s junk $? || mv junk $?)
 
39
            (cmp -s junk $? || mv junk $?) && rm -f junk
40
40
        ../mantools/srctoman $? >$@
41
41
 
42
42
man8/defer.8:
44
44
 
45
45
man8/cleanup.8: ../src/cleanup/cleanup.c
46
46
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
47
 
            (cmp -s junk $? || mv junk $?)
 
47
            (cmp -s junk $? || mv junk $?) && rm -f junk
48
48
        ../mantools/srctoman $? >$@
49
49
 
50
50
man8/anvil.8: ../src/anvil/anvil.c
51
51
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
52
 
            (cmp -s junk $? || mv junk $?)
 
52
            (cmp -s junk $? || mv junk $?) && rm -f junk
53
53
        ../mantools/srctoman $? >$@
54
54
 
55
55
man8/scache.8: ../src/scache/scache.c
56
56
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
57
 
            (cmp -s junk $? || mv junk $?)
 
57
            (cmp -s junk $? || mv junk $?) && rm -f junk
58
58
        ../mantools/srctoman $? >$@
59
59
 
60
60
man8/discard.8: ../src/discard/discard.c
61
61
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
62
 
            (cmp -s junk $? || mv junk $?)
 
62
            (cmp -s junk $? || mv junk $?) && rm -f junk
63
63
        ../mantools/srctoman $? >$@
64
64
 
65
65
man8/error.8: ../src/error/error.c
66
66
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
67
 
            (cmp -s junk $? || mv junk $?)
 
67
            (cmp -s junk $? || mv junk $?) && rm -f junk
68
68
        ../mantools/srctoman $? >$@
69
69
 
70
70
man8/flush.8: ../src/flush/flush.c
71
71
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
72
 
            (cmp -s junk $? || mv junk $?)
 
72
            (cmp -s junk $? || mv junk $?) && rm -f junk
73
73
        ../mantools/srctoman $? >$@
74
74
 
75
75
man8/local.8: ../src/local/local.c
76
76
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
77
 
            (cmp -s junk $? || mv junk $?)
 
77
            (cmp -s junk $? || mv junk $?) && rm -f junk
78
78
        ../mantools/srctoman $? >$@
79
79
 
80
 
man8/lmtp.8: ../src/lmtp/lmtp.c
81
 
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
82
 
            (cmp -s junk $? || mv junk $?)
83
 
        ../mantools/srctoman $? >$@
 
80
man8/lmtp.8:
 
81
        echo .so man8/smtp.8 >$@
84
82
 
85
83
man8/master.8: ../src/master/master.c
86
84
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
87
 
            (cmp -s junk $? || mv junk $?)
 
85
            (cmp -s junk $? || mv junk $?) && rm -f junk
88
86
        ../mantools/srctoman $? >$@
89
87
 
90
88
man8/oqmgr.8: ../src/oqmgr/qmgr.c
91
89
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
92
 
            (cmp -s junk $? || mv junk $?)
 
90
            (cmp -s junk $? || mv junk $?) && rm -f junk
93
91
        ../mantools/srctoman $? | \
94
92
                sed -e 's/qmgr[^_]/o&/' \
95
93
                    -e 's/qmgr$$/o&/' \
97
95
 
98
96
man8/pickup.8: ../src/pickup/pickup.c
99
97
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
100
 
            (cmp -s junk $? || mv junk $?)
 
98
            (cmp -s junk $? || mv junk $?) && rm -f junk
101
99
        ../mantools/srctoman $? >$@
102
100
 
103
101
man8/pipe.8: ../src/pipe/pipe.c
104
102
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
105
 
            (cmp -s junk $? || mv junk $?)
 
103
            (cmp -s junk $? || mv junk $?) && rm -f junk
106
104
        ../mantools/srctoman $? >$@
107
105
 
108
106
man8/proxymap.8: ../src/proxymap/proxymap.c
109
107
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
110
 
            (cmp -s junk $? || mv junk $?)
 
108
            (cmp -s junk $? || mv junk $?) && rm -f junk
111
109
        ../mantools/srctoman $? >$@
112
110
 
113
111
man8/qmgr.8: ../src/qmgr/qmgr.c
114
112
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
115
 
            (cmp -s junk $? || mv junk $?)
 
113
            (cmp -s junk $? || mv junk $?) && rm -f junk
116
114
        ../mantools/srctoman $? >$@
117
115
 
118
116
man8/qmqpd.8: ../src/qmqpd/qmqpd.c
119
117
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
120
 
            (cmp -s junk $? || mv junk $?)
 
118
            (cmp -s junk $? || mv junk $?) && rm -f junk
121
119
        ../mantools/srctoman $? >$@
122
120
 
123
121
man8/showq.8: ../src/showq/showq.c
124
122
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
125
 
            (cmp -s junk $? || mv junk $?)
 
123
            (cmp -s junk $? || mv junk $?) && rm -f junk
126
124
        ../mantools/srctoman $? >$@
127
125
 
128
126
man8/spawn.8: ../src/spawn/spawn.c
129
127
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
130
 
            (cmp -s junk $? || mv junk $?)
 
128
            (cmp -s junk $? || mv junk $?) && rm -f junk
131
129
        ../mantools/srctoman $? >$@
132
130
 
133
131
man8/smtp.8: ../src/smtp/smtp.c
134
132
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
135
 
            (cmp -s junk $? || mv junk $?)
 
133
            (cmp -s junk $? || mv junk $?) && rm -f junk
136
134
        ../mantools/srctoman $? >$@
137
135
 
138
136
man8/smtpd.8: ../src/smtpd/smtpd.c
139
137
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
140
 
            (cmp -s junk $? || mv junk $?)
 
138
            (cmp -s junk $? || mv junk $?) && rm -f junk
141
139
        ../mantools/srctoman $? >$@
142
140
 
143
141
man8/virtual.8: ../src/virtual/virtual.c
144
142
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
145
 
            (cmp -s junk $? || mv junk $?)
 
143
            (cmp -s junk $? || mv junk $?) && rm -f junk
146
144
        ../mantools/srctoman $? >$@
147
145
 
148
146
man8/verify.8: ../src/verify/verify.c
149
147
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
150
 
            (cmp -s junk $? || mv junk $?)
 
148
            (cmp -s junk $? || mv junk $?) && rm -f junk
151
149
        ../mantools/srctoman $? >$@
152
150
 
153
151
man8/trace.8:
155
153
 
156
154
man8/tlsmgr.8: ../src/tlsmgr/tlsmgr.c
157
155
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
158
 
            (cmp -s junk $? || mv junk $?)
 
156
            (cmp -s junk $? || mv junk $?) && rm -f junk
159
157
        ../mantools/srctoman $? >$@
160
158
 
161
159
man8/trivial-rewrite.8: ../src/trivial-rewrite/trivial-rewrite.c
162
160
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
163
 
            (cmp -s junk $? || mv junk $?)
 
161
            (cmp -s junk $? || mv junk $?) && rm -f junk
164
162
        ../mantools/srctoman $? >$@
165
163
 
166
164
man1/postalias.1: ../src/postalias/postalias.c
167
165
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
168
 
            (cmp -s junk $? || mv junk $?)
 
166
            (cmp -s junk $? || mv junk $?) && rm -f junk
169
167
        ../mantools/srctoman $? >$@
170
168
 
171
169
man1/postcat.1: ../src/postcat/postcat.c
172
170
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
173
 
            (cmp -s junk $? || mv junk $?)
 
171
            (cmp -s junk $? || mv junk $?) && rm -f junk
174
172
        ../mantools/srctoman $? >$@
175
173
 
176
174
man1/postconf.1: ../src/postconf/postconf.c
177
175
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
178
 
            (cmp -s junk $? || mv junk $?)
 
176
            (cmp -s junk $? || mv junk $?) && rm -f junk
179
177
        ../mantools/srctoman $? >$@
180
178
 
181
179
man1/postdrop.1: ../src/postdrop/postdrop.c
182
180
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
183
 
            (cmp -s junk $? || mv junk $?)
 
181
            (cmp -s junk $? || mv junk $?) && rm -f junk
184
182
        ../mantools/srctoman $? >$@
185
183
 
186
184
man1/postfix.1: ../src/postfix/postfix.c
187
185
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
188
 
            (cmp -s junk $? || mv junk $?)
 
186
            (cmp -s junk $? || mv junk $?) && rm -f junk
189
187
        ../mantools/srctoman $? >$@
190
188
 
191
189
man1/postkick.1: ../src/postkick/postkick.c
192
190
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
193
 
            (cmp -s junk $? || mv junk $?)
 
191
            (cmp -s junk $? || mv junk $?) && rm -f junk
194
192
        ../mantools/srctoman $? >$@
195
193
 
196
194
man1/postlock.1: ../src/postlock/postlock.c
197
195
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
198
 
            (cmp -s junk $? || mv junk $?)
 
196
            (cmp -s junk $? || mv junk $?) && rm -f junk
199
197
        ../mantools/srctoman $? >$@
200
198
 
201
199
man1/postlog.1: ../src/postlog/postlog.c
202
200
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
203
 
            (cmp -s junk $? || mv junk $?)
 
201
            (cmp -s junk $? || mv junk $?) && rm -f junk
204
202
        ../mantools/srctoman $? >$@
205
203
 
206
204
man1/postmap.1: ../src/postmap/postmap.c
207
205
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
208
 
            (cmp -s junk $? || mv junk $?)
 
206
            (cmp -s junk $? || mv junk $?) && rm -f junk
209
207
        ../mantools/srctoman $? >$@
210
208
 
211
209
man1/postqueue.1: ../src/postqueue/postqueue.c
212
210
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
213
 
            (cmp -s junk $? || mv junk $?)
 
211
            (cmp -s junk $? || mv junk $?) && rm -f junk
214
212
        ../mantools/srctoman $? >$@
215
213
 
216
214
man1/postsuper.1: ../src/postsuper/postsuper.c
217
215
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
218
 
            (cmp -s junk $? || mv junk $?)
 
216
            (cmp -s junk $? || mv junk $?) && rm -f junk
219
217
        ../mantools/srctoman $? >$@
220
218
 
221
219
man1/sendmail.1: ../src/sendmail/sendmail.c
222
220
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
223
 
            (cmp -s junk $? || mv junk $?)
 
221
            (cmp -s junk $? || mv junk $?) && rm -f junk
224
222
        ../mantools/srctoman $? >$@
225
223
 
226
224
man1/mailq.1:
235
233
man5/aliases.5: ../proto/aliases
236
234
        ../mantools/srctoman - $? >$@
237
235
 
 
236
man5/bounce.5: ../proto/bounce
 
237
        ../mantools/srctoman - $? >$@
 
238
 
238
239
man5/canonical.5: ../proto/canonical
239
240
        ../mantools/srctoman - $? >$@
240
241
 
282
283
 
283
284
man1/smtp-sink.1: ../src/smtpstone/smtp-sink.c
284
285
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
285
 
            (cmp -s junk $? || mv junk $?)
 
286
            (cmp -s junk $? || mv junk $?) && rm -f junk
286
287
        ../mantools/srctoman $? >$@
287
288
 
288
289
man1/smtp-source.1: ../src/smtpstone/smtp-source.c
289
290
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
290
 
            (cmp -s junk $? || mv junk $?)
 
291
            (cmp -s junk $? || mv junk $?) && rm -f junk
291
292
        ../mantools/srctoman $? >$@
292
293
 
293
294
man5/tcp_table.5: ../proto/tcp_table
295
296
 
296
297
man1/qmqp-sink.1: ../src/smtpstone/qmqp-sink.c
297
298
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
298
 
            (cmp -s junk $? || mv junk $?)
 
299
            (cmp -s junk $? || mv junk $?) && rm -f junk
299
300
        ../mantools/srctoman $? >$@
300
301
 
301
302
man1/qmqp-source.1: ../src/smtpstone/qmqp-source.c
302
303
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
303
 
            (cmp -s junk $? || mv junk $?)
 
304
            (cmp -s junk $? || mv junk $?) && rm -f junk
304
305
        ../mantools/srctoman $? >$@
305
306
 
306
307
man1/qshape.1: ../auxiliary/qshape/qshape.pl
307
308
        #../mantools/fixman ../proto/postconf.proto $? >junk && \
308
 
        #    (cmp -s junk $? || mv junk $?)
 
309
        #    (cmp -s junk $? || mv junk $?) && rm -f junk
309
310
        ../mantools/srctoman - $? >$@