We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc979b commit c26caaaCopy full SHA for c26caaa
1 file changed
Makefile
@@ -252,6 +252,7 @@ source_nocheck: src/apswversion.h checkversion
252
env APSW_NO_GA=t $(MAKE) doc
253
rm -rf doc/build/html/_static/fonts/ doc/build/html/_static/css/fonts/ doc/build/apsw.1
254
rst2man doc/cli.rst doc/build/apsw.1
255
+ git clean -fdx apsw/sqlite_extra_binaries
256
$(PYTHON) setup.py sdist --formats zip,gztar --add-doc
257
258
source: source_nocheck # Make the source and then check it builds and tests correctly. This will catch missing files etc
0 commit comments