netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iptables PATCH] Makefile: Add missing man pages to CLEANFILES
@ 2020-08-17 10:31 Phil Sutter
  2020-08-17 10:43 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Sutter @ 2020-08-17 10:31 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

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>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [iptables PATCH] Makefile: Add missing man pages to CLEANFILES
  2020-08-17 10:31 [iptables PATCH] Makefile: Add missing man pages to CLEANFILES Phil Sutter
@ 2020-08-17 10:43 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2020-08-17 10:43 UTC (permalink / raw)
  To: Phil Sutter; +Cc: netfilter-devel

On Mon, Aug 17, 2020 at 12:31:33PM +0200, Phil Sutter wrote:
> The list of man pages to remove along with 'make clean' was missing a
> few built ones, add them.

That's fine.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-17 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-17 10:31 [iptables PATCH] Makefile: Add missing man pages to CLEANFILES Phil Sutter
2020-08-17 10:43 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).