Those files are created by the maintainers and should remain after
"make clean" when the distribution tarball is used.
Reported by christian wagner in:
https://gitlab.com/gnutls/gnutls/-/issues/1088
Signed-off-by: Daiki Ueno <ueno@gnu.org>
dtls-api.texi crypto-api.texi ocsp-api.texi tpm-api.texi dane-api.texi \
pkcs7-api.texi
-clean-local:
- -rm -f stamp_enums stamp_functions
- -rm -rf functions/ enums/
- -rm -f $(API_FILES)
+MAINTAINERCLEANFILES += stamp_enums stamp_functions functions enums
gnutls_TEXINFOS += $(API_FILES)