Skip to content

Commit

Permalink
Remove fonts from source builds
Browse files Browse the repository at this point in the history
Fixes #532
  • Loading branch information
rogerbinns committed Aug 13, 2024
1 parent 68b16af commit d078e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ source_nocheck: src/apswversion.h
test "`git branch --show-current`" = master
find . -depth -name '.*cache' -type d -exec rm -r "{}" \;
env APSW_NO_GA=t $(MAKE) doc
rm -rf doc/build/html/_static/fonts/ doc/build/html/_static/css/fonts/
$(PYTHON) setup.py sdist --formats zip --add-doc

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

0 comments on commit d078e0b

Please sign in to comment.