Skip to content

Commit c26caaa

Browse files
committed
ensure binaries aren't packaged in the source
1 parent 8fc979b commit c26caaa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ source_nocheck: src/apswversion.h checkversion
252252
env APSW_NO_GA=t $(MAKE) doc
253253
rm -rf doc/build/html/_static/fonts/ doc/build/html/_static/css/fonts/ doc/build/apsw.1
254254
rst2man doc/cli.rst doc/build/apsw.1
255+
git clean -fdx apsw/sqlite_extra_binaries
255256
$(PYTHON) setup.py sdist --formats zip,gztar --add-doc
256257

257258
source: source_nocheck # Make the source and then check it builds and tests correctly. This will catch missing files etc

0 commit comments

Comments
 (0)