python: Fix removing the TOFU database.
* lang/python/Makefile.am (CLEANFILES): Move 'tofu.db'...
* lang/python/tests/Makefile.am (CLEANFILES): ... here.
Fixes-commit: 9b22f82afc
Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
9b22f82afc
commit
fd4d476214
@ -81,7 +81,7 @@ upload: dist/gpg-$(VERSION).tar.gz dist/gpg-$(VERSION).tar.gz.asc
|
||||
twine upload $^
|
||||
|
||||
CLEANFILES = gpgme.h errors.i gpgme_wrap.c gpg/gpgme.py \
|
||||
data.h config.h copystamp tofu.db
|
||||
data.h config.h copystamp
|
||||
|
||||
# Remove the rest.
|
||||
#
|
||||
|
@ -73,7 +73,7 @@ xcheck: ./pubring-stamp
|
||||
|
||||
CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
|
||||
gpg-agent.conf pubring.kbx~ gpg.conf pubring.gpg~ \
|
||||
random_seed .gpg-v21-migrated \
|
||||
random_seed .gpg-v21-migrated tofu.db \
|
||||
pubring-stamp private-keys-v1.d/gpg-sample.stamp
|
||||
|
||||
private_keys = \
|
||||
|
Loading…
Reference in New Issue
Block a user