summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2023-08-06 11:22:48 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2023-08-10 09:14:12 +0200
commit520a8ba89d118c14de9376e6e21160e71d74fbe0 (patch)
tree581d73039b9f05bc933d307c56903a42e5bacd59 /doc
parentbc33ce6d37129e148f03b6adc6eab61e9c57ef9e (diff)
doc: move man-pages to `MAINTAINERCLEANFILES`
Since the man-pages are built and included in the distribution tar-balls, the appropriate clean target is `maintainer-clean`. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5a64e39b..b43cb08d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -26,5 +26,5 @@ nft.8: ${ASCIIDOCS}
.adoc.5:
${AM_V_GEN}${A2X} ${A2X_OPTS_MANPAGE} $<
-CLEANFILES += ${dist_man_MANS}
+MAINTAINERCLEANFILES = ${dist_man_MANS}
endif