0
|
1 SUBDIRS=man xml
|
|
2
|
|
3 man: man/masqmail.8 man/mservdetect.8 man/masqmail.conf.5 man/masqmail.route.5 man/masqmail.get.5 man/masqmail.aliases.5
|
|
4
|
|
5 html: html/masqmail.8.html html/mservdetect.8.html html/masqmail.conf.5.html html/masqmail.route.5.html html/masqmail.get.5.html html/masqmail.aliases.5.html
|
|
6
|
|
7 man/masqmail.8: xml/masqmail.8.xml
|
|
8 xmltoman $< >$@
|
|
9
|
|
10 man/mservdetect.8: xml/mservdetect.8.xml
|
|
11 xmltoman $< >$@
|
|
12
|
|
13 man/masqmail.conf.5: xml/masqmail.conf.5.xml
|
|
14 xmltoman $< >$@
|
|
15
|
|
16 man/masqmail.route.5: xml/masqmail.route.5.xml
|
|
17 xmltoman $< >$@
|
|
18
|
|
19 man/masqmail.get.5: xml/masqmail.get.5.xml
|
|
20 xmltoman $< >$@
|
|
21
|
|
22 man/masqmail.aliases.5: xml/masqmail.aliases.5.xml
|
|
23 xmltoman $< >$@
|
|
24
|
|
25
|
|
26 html/masqmail.8.html: xml/masqmail.8.xml
|
|
27 xmlmantohtml $< >$@
|
|
28
|
|
29 html/mservdetect.8.html: xml/mservdetect.8.xml
|
|
30 xmlmantohtml $< >$@
|
|
31
|
|
32 html/masqmail.conf.5.html: xml/masqmail.conf.5.xml
|
|
33 xmlmantohtml $< >$@
|
|
34
|
|
35 html/masqmail.route.5.html: xml/masqmail.route.5.xml
|
|
36 xmlmantohtml $< >$@
|
|
37
|
|
38 html/masqmail.get.5.html: xml/masqmail.get.5.xml
|
|
39 xmlmantohtml $< >$@
|
|
40
|
|
41 html/masqmail.aliases.5.html: xml/masqmail.aliases.5.xml
|
|
42 xmlmantohtml $< >$@
|
|
43
|
|
44 #clean:
|
|
45 # rm -f man/*.[58]
|
|
46 # rm -r html/*.html
|