~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        man8/scache.8 man8/discard.8 man8/tlsmgr.8
11
11
COMMANDS= man1/postalias.1 man1/postcat.1 man1/postconf.1 man1/postfix.1 \
12
12
        man1/postkick.1 man1/postlock.1 man1/postlog.1 man1/postdrop.1 \
13
 
        man1/postmap.1 man1/sendmail.1 man1/mailq.1 man1/newaliases.1 \
14
 
        man1/postqueue.1 man1/postsuper.1
 
13
        man1/postmap.1 man1/postmulti.1 man1/postqueue.1 man1/postsuper.1 \
 
14
        man1/sendmail.1 man1/mailq.1 man1/newaliases.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
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 man5/bounce.5
 
20
        man5/generic.5 man5/bounce.5 man5/postfix-wrapper.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
 
203
203
            (cmp -s junk $? || mv junk $?) && rm -f junk
204
204
        ../mantools/srctoman $? >$@
205
205
 
 
206
man1/postmulti.1: ../src/postmulti/postmulti.c
 
207
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
 
208
            (cmp -s junk $? || mv junk $?) && rm -f junk
 
209
        ../mantools/srctoman $? >$@
 
210
 
206
211
man1/postqueue.1: ../src/postqueue/postqueue.c
207
212
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
208
213
            (cmp -s junk $? || mv junk $?) && rm -f junk
278
283
man5/virtual.5: ../proto/virtual
279
284
        ../mantools/srctoman - $? >$@
280
285
 
 
286
man5/postfix-wrapper.5: ../proto/postfix-wrapper
 
287
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
 
288
            (cmp -s junk $? || mv junk $?) && rm -f junk
 
289
        ../mantools/srctoman - $? >$@
 
290
 
281
291
man1/smtp-sink.1: ../src/smtpstone/smtp-sink.c
282
292
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
283
293
            (cmp -s junk $? || mv junk $?) && rm -f junk