Mercurial > dnsbl
diff xml/Makefile.am @ 105:c3e9fa6b37c6
move to autoconf/automake/docbook
author | carl |
---|---|
date | Sun, 18 Dec 2005 09:31:13 -0800 |
parents | |
children | d0dad5610980 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xml/Makefile.am Sun Dec 18 09:31:13 2005 -0800 @@ -0,0 +1,10 @@ +all: syslog2iptables + cat header.xml syslog2iptables >syslog2iptables.xml + cat header.sgml syslog2iptables >syslog2iptables.sgml + rm -f ../html/*html + rm -f ../html/*pdf + xmlto -o ../man man syslog2iptables.xml + xmlto -o ../html xhtml syslog2iptables.xml + xmlto -o ../html pdf syslog2iptables.xml + docbook2texi -o ../info syslog2iptables.sgml + rm -f syslog2iptables.xml syslog2iptables.sgml