~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
CONFIG  = man5/access.5 man5/aliases.5 man5/canonical.5 man5/relocated.5 \
17
17
        man5/transport.5 man5/virtual.5 man5/pcre_table.5 man5/regexp_table.5 \
18
18
        man5/cidr_table.5 man5/tcp_table.5 man5/header_checks.5 \
19
 
        man5/body_checks.5 man5/ldap_table.5 man5/memcache_table.5 \
20
 
        man5/mysql_table.5 \
 
19
        man5/body_checks.5 man5/ldap_table.5 man5/lmdb_table.5 \
 
20
        man5/memcache_table.5 man5/mysql_table.5 \
21
21
        man5/pgsql_table.5 man5/master.5 man5/nisplus_table.5 \
22
22
        man5/generic.5 man5/bounce.5 man5/postfix-wrapper.5 \
23
 
        man5/sqlite_table.5
 
23
        man5/sqlite_table.5 man5/socketmap_table.5
24
24
TOOLS   = man1/smtp-sink.1 man1/smtp-source.1 man1/qmqp-sink.1 \
25
 
        man1/qmqp-source.1 man1/qshape.1
 
25
        man1/qmqp-source.1 man1/qshape.1 man1/posttls-finger.1
26
26
 
27
27
update: $(DAEMONS) $(COMMANDS) $(CONFIG) $(TOOLS)
28
28
 
274
274
man5/ldap_table.5: ../proto/ldap_table
275
275
        ../mantools/srctoman - $? >$@
276
276
 
 
277
man5/lmdb_table.5: ../proto/lmdb_table
 
278
        ../mantools/srctoman - $? >$@
 
279
 
277
280
man5/master.5: ../proto/master
278
281
        ../mantools/srctoman - $? >$@
279
282
 
283
286
man5/mysql_table.5: ../proto/mysql_table
284
287
        ../mantools/srctoman - $? >$@
285
288
 
 
289
man5/socketmap_table.5: ../proto/socketmap_table
 
290
        ../mantools/srctoman - $? >$@
 
291
 
286
292
man5/sqlite_table.5: ../proto/sqlite_table
287
293
        ../mantools/srctoman - $? >$@
288
294
 
322
328
            (cmp -s junk $? || mv junk $?) && rm -f junk
323
329
        ../mantools/srctoman $? >$@
324
330
 
 
331
man1/posttls-finger.1: ../src/posttls-finger/posttls-finger.c
 
332
        ../mantools/fixman ../proto/postconf.proto $? >junk && \
 
333
            (cmp -s junk $? || mv junk $?) && rm -f junk
 
334
        ../mantools/srctoman $? >$@
 
335
 
325
336
man5/tcp_table.5: ../proto/tcp_table
326
337
        ../mantools/srctoman - $? >$@
327
338