Skip to content
Snippets Groups Projects
Commit 1f36461b authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

gajim-remote.py is needed in tarball

parent 37a83f4b
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ dist:
for s in $(SCRIPTS) ; do \
cp $$s gajim-$(VERSION)/scripts/; \
done
cp scripts/gajim-remote.py gajim-$(VERSION)/scripts/; \
find gajim-$(VERSION) -name '.svn' -type d | xargs rm -rf
find gajim-$(VERSION) -name '*.pyc' -exec rm {} \;
find gajim-$(VERSION) -name '*.pyo' -exec rm {} \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment