annotate xml/Makefile.am @ 57:c95acc20f7ed
Added tag stable-1-0-13-2 for changeset 73dd2daeaf8e
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Wed, 17 Aug 2011 10:16:17 -0700 |
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
|