Skip to content

Commit d59e7d8

Browse files
committed
Remove social_previews folder before archiving
1 parent fbc5651 commit d59e7d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ dist-html:
205205
find dist -name 'python-$(DISTVERSION)-docs-html*' -exec rm -rf {} \;
206206
$(MAKE) html
207207
cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
208+
rm -rf dist/python-$(DISTVERSION)-docs-html/_images/social_previews/
208209
tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
209210
bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
210211
(cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)

0 commit comments

Comments
 (0)