chiark / gitweb /
use libinn logging where applicable - debugged
[inn-innduct.git] / doc / pod / Makefile
1 ##  $Id: Makefile 7458 2005-12-12 00:25:05Z eagle $
2 ##
3 ##  This Makefile contains rules to generate the files derived from POD
4 ##  source.  Normal make commands at the top level of the source tree don't
5 ##  recurse into this directory.  These targets are only used by
6 ##  maintainers.
7
8 include ../../Makefile.global
9
10 TEXT    = ../../HACKING ../../INSTALL ../../NEWS ../../README ../hook-perl \
11         ../hook-python ../external-auth ../checklist
12
13 MAN1    = ../man/convdate.1 ../man/fastrm.1 ../man/grephistory.1 \
14         ../man/inews.1 ../man/innconfval.1 ../man/innmail.1 \
15         ../man/pullnews.1 ../man/simpleftp.1 ../man/sm.1
16
17 MAN3    = ../man/libauth.3 ../man/libinnhist.3 ../man/list.3 ../man/qio.3 \
18         ../man/tst.3 ../man/uwildmat.3
19
20 MAN5    = ../man/active.5 ../man/active.times.5 ../man/control.ctl.5 \
21         ../man/cycbuff.conf.5 ../man/distrib.pats.5 ../man/expire.ctl.5 \
22         ../man/inn.conf.5 ../man/motd.news.5 ../man/newsfeeds.5 ../man/ovdb.5 \
23         ../man/passwd.nntp.5 ../man/radius.conf.5 ../man/readers.conf.5 \
24         ../man/sasl.conf.5 ../man/subscriptions.5
25
26 MAN8    = ../man/auth_krb5.8 ../man/auth_smb.8 ../man/ckpasswd.8 \
27         ../man/domain.8 ../man/expireover.8 ../man/ident.8 ../man/innd.8 \
28         ../man/inndf.8 ../man/nnrpd.8 ../man/inndstart.8 ../man/innupgrade.8 \
29         ../man/mailpost.8 ../man/makehistory.8 ../man/ninpaths.8 \
30         ../man/ovdb_init.8 ../man/ovdb_monitor.8 ../man/ovdb_server.8 \
31         ../man/ovdb_stat.8 ../man/radius.8 ../man/rc.news.8 \
32         ../man/sendinpaths.8 ../man/tdx-util.8
33
34 ALL     = $(TEXT) $(MAN1) $(MAN3) $(MAN5) $(MAN8)
35
36 all: $(ALL)
37
38 clean:
39         rm -f $(ALL)
40
41 ../../HACKING:          hacking.pod             ; $(POD2TEXT) $? > $@
42 ../../INSTALL:          install.pod             ; $(POD2TEXT) $? > $@
43 ../../NEWS:             news.pod                ; $(POD2TEXT) $? > $@
44 ../../README:           readme.pod              ; $(POD2TEXT) $? > $@
45 ../hook-perl:           hook-perl.pod           ; $(POD2TEXT) $? > $@
46 ../hook-python:         hook-python.pod         ; $(POD2TEXT) $? > $@
47 ../external-auth:       external-auth.pod       ; $(POD2TEXT) $? > $@
48 ../checklist:           checklist.pod           ; $(POD2TEXT) $? > $@
49
50 ../man/convdate.1:      convdate.pod            ; $(POD2MAN) -s 1 $? > $@
51 ../man/fastrm.1:        fastrm.pod              ; $(POD2MAN) -s 1 $? > $@
52 ../man/grephistory.1:   grephistory.pod         ; $(POD2MAN) -s 1 $? > $@
53 ../man/inews.1:         inews.pod               ; $(POD2MAN) -s 1 $? > $@
54 ../man/innconfval.1:    innconfval.pod          ; $(POD2MAN) -s 1 $? > $@
55 ../man/innmail.1:       innmail.pod             ; $(POD2MAN) -s 1 $? > $@
56 ../man/pullnews.1:      pullnews.pod            ; $(POD2MAN) -s 1 $? > $@
57 ../man/simpleftp.1:     simpleftp.pod           ; $(POD2MAN) -s 1 $? > $@
58 ../man/sm.1:            sm.pod                  ; $(POD2MAN) -s 1 $? > $@
59
60 ../man/libauth.3:       libauth.pod             ; $(POD2MAN) -s 3 $? > $@
61 ../man/libinnhist.3:    libinnhist.pod          ; $(POD2MAN) -s 3 $? > $@
62 ../man/list.3:          list.pod                ; $(POD2MAN) -s 3 $? > $@
63 ../man/qio.3:           qio.pod                 ; $(POD2MAN) -s 3 $? > $@
64 ../man/tst.3:           tst.pod                 ; $(POD2MAN) -s 3 $? > $@
65 ../man/uwildmat.3:      uwildmat.pod            ; $(POD2MAN) -s 3 $? > $@
66
67 ../man/active.5:        active.pod              ; $(POD2MAN) -s 5 $? > $@
68 ../man/active.times.5:  active.times.pod        ; $(POD2MAN) -s 5 $? > $@
69 ../man/control.ctl.5:   control.ctl.pod         ; $(POD2MAN) -s 5 $? > $@
70 ../man/cycbuff.conf.5:  cycbuff.conf.pod        ; $(POD2MAN) -s 5 $? > $@
71 ../man/distrib.pats.5:  distrib.pats.pod        ; $(POD2MAN) -s 5 $? > $@
72 ../man/expire.ctl.5:    expire.ctl.pod          ; $(POD2MAN) -s 5 $? > $@
73 ../man/inn.conf.5:      inn.conf.pod            ; $(POD2MAN) -s 5 $? > $@
74 ../man/motd.news.5:     motd.news.pod           ; $(POD2MAN) -s 5 $? > $@
75 ../man/newsfeeds.5:     newsfeeds.pod           ; $(POD2MAN) -s 5 $? > $@
76 ../man/ovdb.5:          ovdb.pod                ; $(POD2MAN) -s 5 $? > $@
77 ../man/passwd.nntp.5:   passwd.nntp.pod         ; $(POD2MAN) -s 5 $? > $@
78 ../man/radius.conf.5:   radius.conf.pod         ; $(POD2MAN) -s 5 $? > $@
79 ../man/readers.conf.5:  readers.conf.pod        ; $(POD2MAN) -s 5 $? > $@
80 ../man/sasl.conf.5:     sasl.conf.pod           ; $(POD2MAN) -s 5 $? > $@
81 ../man/subscriptions.5: subscriptions.pod       ; $(POD2MAN) -s 5 $? > $@
82
83 ../man/auth_krb5.8:     auth_krb5.pod           ; $(POD2MAN) -s 8 $? > $@
84 ../man/auth_smb.8:      auth_smb.pod            ; $(POD2MAN) -s 8 $? > $@
85 ../man/ckpasswd.8:      ckpasswd.pod            ; $(POD2MAN) -s 8 $? > $@
86 ../man/domain.8:        domain.pod              ; $(POD2MAN) -s 8 $? > $@
87 ../man/expireover.8:    expireover.pod          ; $(POD2MAN) -s 8 $? > $@
88 ../man/ident.8:         ident.pod               ; $(POD2MAN) -s 8 $? > $@
89 ../man/innd.8:          innd.pod                ; $(POD2MAN) -s 8 $? > $@
90 ../man/inndf.8:         inndf.pod               ; $(POD2MAN) -s 8 $? > $@
91 ../man/inndstart.8:     inndstart.pod           ; $(POD2MAN) -s 8 $? > $@
92 ../man/innupgrade.8:    innupgrade.pod          ; $(POD2MAN) -s 8 $? > $@
93 ../man/mailpost.8:      mailpost.pod            ; $(POD2MAN) -s 8 $? > $@
94 ../man/makehistory.8:   makehistory.pod         ; $(POD2MAN) -s 8 $? > $@
95 ../man/ninpaths.8:      ninpaths.pod            ; $(POD2MAN) -s 8 $? > $@
96 ../man/nnrpd.8:         nnrpd.pod               ; $(POD2MAN) -s 8 $? > $@
97 ../man/ovdb_init.8:     ovdb_init.pod           ; $(POD2MAN) -s 8 $? > $@
98 ../man/ovdb_monitor.8:  ovdb_monitor.pod        ; $(POD2MAN) -s 8 $? > $@
99 ../man/ovdb_server.8:   ovdb_server.pod         ; $(POD2MAN) -s 8 $? > $@
100 ../man/ovdb_stat.8:     ovdb_stat.pod           ; $(POD2MAN) -s 8 $? > $@
101 ../man/radius.8:        radius.pod              ; $(POD2MAN) -s 8 $? > $@
102 ../man/rc.news.8:       rc.news.pod             ; $(POD2MAN) -s 8 $? > $@
103 ../man/sendinpaths.8:   sendinpaths.pod         ; $(POD2MAN) -s 8 $? > $@
104 ../man/tdx-util.8:      tdx-util.pod            ; $(POD2MAN) -s 8 $? > $@