gajim-remote.py is needed in tarball

This commit is contained in:
Yann Leboulanger 2005-09-02 12:40:47 +00:00
parent 37a83f4ba2
commit 1f36461b97
1 changed files with 1 additions and 0 deletions

View File

@ -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 {} \;