From 14bca55dde79adddd77999ae262b8132ae0396f9 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sun, 19 May 2013 17:01:06 +0000 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- iptables/iptables.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables/iptables.8.in') diff --git a/iptables/iptables.8.in b/iptables/iptables.8.in index 9643705f..0fba603d 100644 --- a/iptables/iptables.8.in +++ b/iptables/iptables.8.in @@ -1,4 +1,4 @@ -.TH IPTABLES 8 "" "@PACKAGE_AND_VERSION@" "@PACKAGE_AND_VERSION@" +.TH IPTABLES 8 "" "@PACKAGE_STRING@" "@PACKAGE_STRING@" .\" .\" Man page written by Herve Eychenne (May 1999) .\" It is based on ipchains page. -- cgit v1.2.3