annotate xml/Makefile.am @ 75:ae5e6bcc5017
sendmail auth failure detection for both login and plain methods
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Mon, 24 Dec 2018 08:31:27 -0800 |
parents |
a9b52f657f08 |
children |
c6c8a2102a3e |
rev |
line source |
11
|
1 all: syslog2iptables
|
|
2 cat header.xml syslog2iptables >syslog2iptables.xml
|
|
3 cat header.sgml syslog2iptables >syslog2iptables.sgml
|
|
4 rm -f ../html/*html
|
|
5 rm -f ../html/*pdf
|
|
6 xmlto -o ../man man syslog2iptables.xml
|
|
7 xmlto -o ../html xhtml syslog2iptables.xml
|
|
8 xmlto -o ../html pdf syslog2iptables.xml
|
|
9 docbook2texi -o ../info syslog2iptables.sgml
|
|
10 rm -f syslog2iptables.xml syslog2iptables.sgml
|