diff options
author | Phil Sutter <phil@nwl.cc> | 2020-08-17 12:29:08 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2020-08-17 12:58:44 +0200 |
commit | c633456410a4ced64876481fb387a0d41e0f3313 (patch) | |
tree | d23369efd14776a877f3b13b16207486c5ac80b6 | |
parent | 4e3c11a6f5a94f746ed54f0ae96e8c750be1b64a (diff) |
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 <phil@nwl.cc>
-rw-r--r-- | iptables/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |