tdf#156211 sw: Fix spurious kashida inserted after undo
[LibreOffice.git] / uitest / packaging / Makefile
blobaf63c946e7637f48906710204832b1c74144da88
1 all:
2 @echo "Packaging the libreoffice-connection code"
3 @mkdir -p libreoffice
4 @cp ../libreoffice/connection.py libreoffice/.
5 @touch libreoffice/__init__.py
6 @python3 setup.py sdist
8 clean:
9 rm -r dist/
10 rm -r libreoffice_connection.egg-info/
11 rm -r libreoffice/
12 rm -r build/
14 publish:
15 @echo "Uploading the release to pypi"
16 twine upload dist/*