From: Phil Sutter Date: Mon, 17 Aug 2020 10:29:08 +0000 (+0200) Subject: Makefile: Add missing man pages to CLEANFILES X-Git-Tag: v1.8.6~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c633456410a4ced64876481fb387a0d41e0f3313;p=thirdparty%2Fiptables.git Makefile: Add missing man pages to CLEANFILES The list of man pages to remove along with 'make clean' was missing a few built ones, add them. Signed-off-by: Phil Sutter --- diff --git a/iptables/Makefile.am b/iptables/Makefile.am index bab094b7..4bf5742c 100644 --- a/iptables/Makefile.am +++ b/iptables/Makefile.am @@ -67,6 +67,10 @@ man_MANS += xtables-nft.8 xtables-translate.8 xtables-legacy.8 \ ebtables-nft.8 endif CLEANFILES = iptables.8 xtables-monitor.8 \ + iptables-xml.1 iptables-apply.8 \ + iptables-extensions.8 iptables-extensions.8.tmpl \ + iptables-restore.8 iptables-save.8 \ + iptables-restore-translate.8 ip6tables-restore-translate.8 \ iptables-translate.8 ip6tables-translate.8 vx_bin_links = iptables-xml