]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: move man-pages to `MAINTAINERCLEANFILES`
authorJeremy Sowden <jeremy@azazel.net>
Sun, 6 Aug 2023 10:22:48 +0000 (11:22 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 10 Aug 2023 07:14:12 +0000 (09:14 +0200)
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>
doc/Makefile.am

index 5a64e39b48cf0f1f8c8a6a12a737136da8ca8683..b43cb08d2d14b1c02a85c197daf9d49e94aae776 100644 (file)
@@ -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