annotate xml/Makefile.am @ 105:c3e9fa6b37c6

move to autoconf/automake/docbook
author carl
date Sun, 18 Dec 2005 09:31:13 -0800
parents
children d0dad5610980
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
105
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
1 all: syslog2iptables
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
2 cat header.xml syslog2iptables >syslog2iptables.xml
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
3 cat header.sgml syslog2iptables >syslog2iptables.sgml
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
4 rm -f ../html/*html
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
5 rm -f ../html/*pdf
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
6 xmlto -o ../man man syslog2iptables.xml
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
7 xmlto -o ../html xhtml syslog2iptables.xml
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
8 xmlto -o ../html pdf syslog2iptables.xml
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
9 docbook2texi -o ../info syslog2iptables.sgml
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
10 rm -f syslog2iptables.xml syslog2iptables.sgml