From c633456410a4ced64876481fb387a0d41e0f3313 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 17 Aug 2020 12:29:08 +0200 Subject: 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 --- iptables/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3