From 127eadee563e4e7b741dc532e0b70b7dabf5481c Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sat, 3 Dec 2022 23:20:58 +0100 Subject: Makefile: Generate ip6tables man pages on the fly No need to drag them around, creating them is simple. Signed-off-by: Phil Sutter --- iptables/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iptables/Makefile.am') diff --git a/iptables/Makefile.am b/iptables/Makefile.am index 23f8352d..8c346698 100644 --- a/iptables/Makefile.am +++ b/iptables/Makefile.am @@ -105,6 +105,9 @@ iptables-extensions.8: iptables-extensions.8.tmpl ../extensions/matches.man ../e iptables-translate.8 ip6tables-translate.8 iptables-restore-translate.8 ip6tables-restore-translate.8: ${AM_VERBOSE_GEN} echo '.so man8/xtables-translate.8' >$@ +ip6tables.8 ip6tables-apply.8 ip6tables-restore.8 ip6tables-save.8: + ${AM_VERBOSE_GEN} echo "$@" | sed 's|^ip6|.so man8/ip|' >$@ + pkgconfig_DATA = xtables.pc # Using if..fi avoids an ugly "error (ignored)" message :) -- cgit v1.2.3