]> git.notmuchmail.org Git - notmuch/commitdiff
bindings/python-cffi: clean up _notmuch_config.py
authorDavid Bremner <david@tethera.net>
Sun, 10 Sep 2023 23:13:13 +0000 (20:13 -0300)
committerDavid Bremner <david@tethera.net>
Tue, 12 Sep 2023 10:37:32 +0000 (07:37 -0300)
_notmuch_config.py is generated by configure, and cannot be cleaned up
by the current python build system, since it is imported as a module
by that same build system.

Use DISTCLEAN rather than CLEAN for consistency with other configure
related things.

bindings/Makefile.local

index 7b10af088abbb98716ae45c4cba35cf7a50ffeb2..25ba19203f56ac83926d4e74844ef50e1eacb399 100644 (file)
@@ -34,3 +34,6 @@ CLEAN += $(patsubst %,$(dir)/ruby/%, \
 CLEAN += bindings/ruby/.vendorarchdir.time $(dir)/ruby.stamp
 
 CLEAN += bindings/python-cffi/build $(dir)/python-cffi.stamp
+
+DISTCLEAN += bindings/python-cffi/_notmuch_config.py
+