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

« back to all changes in this revision

Viewing changes to html/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        showq.8.html smtp.8.html smtpd.8.html trivial-rewrite.8.html \
8
8
        oqmgr.8.html spawn.8.html flush.8.html virtual.8.html qmqpd.8.html \
9
9
        trace.8.html verify.8.html proxymap.8.html anvil.8.html \
10
 
        scache.8.html discard.8.html tlsmgr.8.html
 
10
        scache.8.html discard.8.html tlsmgr.8.html postscreen.8.html \
 
11
        dnsblog.8.html tlsproxy.8.html
11
12
COMMANDS= mailq.1.html newaliases.1.html postalias.1.html postcat.1.html \
12
13
        postconf.1.html postfix.1.html postkick.1.html postlock.1.html \
13
14
        postlog.1.html postdrop.1.html postmap.1.html postmulti.1.html \
20
21
        cidr_table.5.html tcp_table.5.html header_checks.5.html \
21
22
        ldap_table.5.html mysql_table.5.html pgsql_table.5.html \
22
23
        master.5.html nisplus_table.5.html generic.5.html bounce.5.html \
23
 
        postfix-wrapper.5.html
 
24
        postfix-wrapper.5.html sqlite_table.5.html
24
25
OTHER   = postfix-manuals.html
25
26
AWK     = awk '{ print; if (NR == 2) print ".pl 9999\n.ll 65" }'
26
27
MAN2HTML = man2html -t "Postfix manual - `IFS=.; set \`echo $@\`; echo \"$$1($$2)\"`"
130
131
        PATH=../mantools:$$PATH; \
131
132
        srctoman $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@
132
133
 
 
134
tlsproxy.8.html: ../src/tlsproxy/tlsproxy.c
 
135
        PATH=../mantools:$$PATH; \
 
136
        srctoman $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@
 
137
 
133
138
virtual.8.html: ../src/virtual/virtual.c
134
139
        PATH=../mantools:$$PATH; \
135
140
        srctoman $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@
271
276
        PATH=../mantools:$$PATH; \
272
277
        srctoman - $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@
273
278
 
 
279
sqlite_table.5.html: ../proto/sqlite_table
 
280
        PATH=../mantools:$$PATH; \
 
281
        srctoman - $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@
 
282
 
274
283
nisplus_table.5.html: ../proto/nisplus_table
275
284
        PATH=../mantools:$$PATH; \
276
285
        srctoman - $? | $(AWK) | nroff -man | uniq | $(MAN2HTML) | postlink >$@