]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
bindings/python-cffi: copy version file into bindings dir
[notmuch] / Makefile.local
index 586cdf7538690366f12d8c43585725ffaeff6c9b..314238ef9e279f06155a1d0469a5be6129d038a5 100644 (file)
@@ -54,6 +54,7 @@ update-versions:
        sed -i -e "s/^__VERSION__[[:blank:]]*=.*$$/__VERSION__ = \'${VERSION}\'/" \
            -e "s/^SOVERSION[[:blank:]]*=.*$$/SOVERSION = \'${LIBNOTMUCH_VERSION_MAJOR}\'/" \
            ${PV_FILE}
+       cp version bindings/python-cffi
 
 # We invoke make recursively only to force ordering of our phony
 # targets in the case of parallel invocation of make (-j).