]> git.ipfire.org Git - thirdparty/iptables.git/commit
iptables: use autoconf to process .in man pages
authorAndy Spencer <andy753421@gmail.com>
Sun, 19 May 2013 17:01:06 +0000 (17:01 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 29 May 2013 17:36:33 +0000 (19:36 +0200)
commit14bca55dde79adddd77999ae262b8132ae0396f9
treeb3dd60340f8d8588456945667a2041f429c15ac0
parent8df3c38438bb75edb480845913af77692c8a5c99
iptables: use autoconf to process .in man pages

This fixes a bug in iptables.8 and ip6tables.8 where @PACKAGE_VERSION@
was not processed in the VERSION section. It also simplifies the
Makefile by avoiding some sed commands.

[ Mangled this patch to rename iptables-extensions.8.in to
  iptables-extensions.8.tmpl.in to avoid having a file whose name
  is terminated by .in.in --pablo ]

Signed-off-by: Andy Spencer <andy753421@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac
iptables/.gitignore
iptables/Makefile.am
iptables/ip6tables.8.in
iptables/iptables-extensions.8.tmpl.in [moved from iptables/iptables-extensions.8.in with 94% similarity]
iptables/iptables.8.in