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

« back to all changes in this revision

Viewing changes to html/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
        scache.8.html discard.8.html tlsmgr.8.html
11
11
COMMANDS= mailq.1.html newaliases.1.html postalias.1.html postcat.1.html \
12
12
        postconf.1.html postfix.1.html postkick.1.html postlock.1.html \
13
 
        postlog.1.html postdrop.1.html postmap.1.html sendmail.1.html \
14
 
        postqueue.1.html postsuper.1.html smtp-source.1.html \
15
 
        smtp-sink.1.html qmqp-source.1.html qmqp-sink.1.html \
 
13
        postlog.1.html postdrop.1.html postmap.1.html postmulti.1.html \
 
14
        postqueue.1.html postsuper.1.html sendmail.1.html \
 
15
        smtp-source.1.html smtp-sink.1.html \
 
16
        qmqp-source.1.html qmqp-sink.1.html \
16
17
        qshape.1.html
17
18
CONFIG  = access.5.html aliases.5.html canonical.5.html relocated.5.html \
18
19
        transport.5.html virtual.5.html pcre_table.5.html regexp_table.5.html \
19
20
        cidr_table.5.html tcp_table.5.html header_checks.5.html \
20
21
        ldap_table.5.html mysql_table.5.html pgsql_table.5.html \
21
 
        master.5.html nisplus_table.5.html generic.5.html bounce.5.html
 
22
        master.5.html nisplus_table.5.html generic.5.html bounce.5.html \
 
23
        postfix-wrapper.5.html
22
24
OTHER   = postfix-manuals.html
23
25
AWK     = awk '{ print; if (NR == 2) print ".pl 9999\n.ll 65" }'
24
26
MAN2HTML = man2html -t "Postfix manual - `IFS=.; set \`echo $@\`; echo \"$$1($$2)\"`"
176
178
        PATH=../mantools:$$PATH; \
177
179
        srctoman $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@
178
180
 
 
181
postmulti.1.html: ../src/postmulti/postmulti.c
 
182
        PATH=../mantools:$$PATH; \
 
183
        srctoman $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@
 
184
 
179
185
postqueue.1.html: ../src/postqueue/postqueue.c
180
186
        PATH=../mantools:$$PATH; \
181
187
        srctoman $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@
289
295
        PATH=../mantools:$$PATH; \
290
296
        srctoman - $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@
291
297
 
 
298
postfix-wrapper.5.html: ../proto/postfix-wrapper
 
299
        PATH=../mantools:$$PATH; \
 
300
        srctoman - $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@
 
301
 
292
302
postfix-manuals.html: ../src/postfix/postfix.c ../mantools/makemanidx
293
303
        PATH=../mantools:$$PATH; \
294
304
        makemanidx ../src/postfix/postfix.c | postlink >$@