build: clean up sphinx.config

Follow the existing practice and remove it under "distclean", same as
sh.config and Makefile.config
This commit is contained in:
David Bremner 2020-08-16 12:27:11 -03:00
parent 8776faf6d5
commit a1b1fe85c2

View file

@ -294,7 +294,7 @@ CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules)
CLEAN := $(CLEAN) version.stamp notmuch-*.tar.gz.tmp
CLEAN := $(CLEAN) .deps
DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config sh.config
DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config sh.config sphinx.config
CPPCHECK_STAMPS := $(SRCS:%=.stamps/cppcheck/%)
.PHONY: cppcheck