copy all scripts in tarball

This commit is contained in:
Yann Leboulanger 2005-08-10 08:15:44 +00:00
parent 1fa4f8cdf4
commit 78371dcb86
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ dist:
cp -r data src po gajim-$(VERSION)/
cp AUTHORS gajim.1 gajim.ico gajim.desktop COPYING Makefile Changelog README launch.sh gajim-$(VERSION)
mkdir gajim-$(VERSION)/scripts
cp scripts/gajim gajim-$(VERSION)/scripts/
for s in $(SCRIPTS) ; do \
cp $$s gajim-$(VERSION)/scripts/; \
done
find gajim-$(VERSION) -name '.svn' -type d | xargs rm -rf
find gajim-$(VERSION) -name '*.pyc' -exec rm {} \;
find gajim-$(VERSION) -name '*.pyo' -exec rm {} \;