annotate xml/Makefile.am @ 82:384532d596c0 default tip

Added tag stable-1-0-19 for changeset cc01f2caff37
author Carl Byington <carl@five-ten-sg.com>
date Sun, 11 Feb 2024 12:06:36 -0800
parents c6c8a2102a3e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
a9b52f657f08 finish coding 1.0 version
carl
parents:
diff changeset
1 all: syslog2iptables
76
c6c8a2102a3e add more logging when blocked addresses move to higher scale values
Carl Byington <carl@five-ten-sg.com>
parents: 11
diff changeset
2 cat header.xml syslog2iptables >syslog2iptables.xml
c6c8a2102a3e add more logging when blocked addresses move to higher scale values
Carl Byington <carl@five-ten-sg.com>
parents: 11
diff changeset
3 cat header.sgml syslog2iptables >syslog2iptables.sgml
c6c8a2102a3e add more logging when blocked addresses move to higher scale values
Carl Byington <carl@five-ten-sg.com>
parents: 11
diff changeset
4 rm -f ../html/*html
c6c8a2102a3e add more logging when blocked addresses move to higher scale values
Carl Byington <carl@five-ten-sg.com>
parents: 11
diff changeset
5 rm -f ../html/*pdf
c6c8a2102a3e add more logging when blocked addresses move to higher scale values
Carl Byington <carl@five-ten-sg.com>
parents: 11
diff changeset
6 xmlto -o ../man man syslog2iptables.xml
c6c8a2102a3e add more logging when blocked addresses move to higher scale values
Carl Byington <carl@five-ten-sg.com>
parents: 11
diff changeset
7 xmlto -o ../html xhtml syslog2iptables.xml
c6c8a2102a3e add more logging when blocked addresses move to higher scale values
Carl Byington <carl@five-ten-sg.com>
parents: 11
diff changeset
8 docbook2texi -o ../info syslog2iptables.sgml
c6c8a2102a3e add more logging when blocked addresses move to higher scale values
Carl Byington <carl@five-ten-sg.com>
parents: 11
diff changeset
9 rm -f syslog2iptables.xml syslog2iptables.sgml