mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
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:
parent
8776faf6d5
commit
a1b1fe85c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue