annotate xml/Makefile.am @ 19:13b2e663b553
add trailing / on http package directory reference
author |
carl |
date |
Sat, 24 Dec 2005 06:27:00 -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
|