iptables-xml.1 ip6tables.8 ip6tables-restore.8 \
ip6tables-save.8 iptables-extensions.8 \
xtables-nft.8 xtables-translate.8 xtables-legacy.8 \
+ iptables-translate.8 ip6tables-translate.8 \
xtables-monitor.8
CLEANFILES = iptables.8 xtables-monitor.8 \
+ iptables-translate.8 ip6tables-translate.8 \
xtables-config-parser.c xtables-config-syntax.c
vx_bin_links = iptables-xml
-e '/@MATCH@/ r ../extensions/matches.man' \
-e '/@TARGET@/ r ../extensions/targets.man' $< >$@;
+iptables-translate.8 ip6tables-translate.8:
+ ${AM_VERBOSE_GEN} echo '.so man8/xtables-translate.8' >$@
+
pkgconfig_DATA = xtables.pc
# Using if..fi avoids an ugly "error (ignored)" message :)