The list of man pages to remove along with 'make clean' was missing a few built ones, add them. Signed-off-by: Phil Sutter <phil@xxxxxx> --- iptables/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iptables/Makefile.am b/iptables/Makefile.am index bab094b7c6aa9..4bf5742c9dc95 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 -- 2.27.0