maintainer-clean-local:
	for i in *; \
		do case "$$i" in \
			en@boldquot.po|en@quot.po|Rules-quot) true;; \
			meson.build|Makevars|POTFILES.in|LINGUAS|Rules-*|*.po|my-*) continue;; \
		esac; \
		rm -- "$$i"; \
	done
