annotate xml/Makefile.am @ 62:c30df5975c49
Added tag stable-1-0-15 for changeset d80641be405b
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Sat, 04 Oct 2014 10:21:40 -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
|