From: Jeremy Sowden Date: Sun, 6 Aug 2023 10:22:48 +0000 (+0100) Subject: doc: move man-pages to `MAINTAINERCLEANFILES` X-Git-Tag: v1.0.9~208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=520a8ba89d118c14de9376e6e21160e71d74fbe0;p=thirdparty%2Fnftables.git 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 Signed-off-by: Pablo Neira Ayuso --- 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