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

copy all scripts in tarball

parent 1fa4f8cd
No related branches found
No related tags found
No related merge requests found
......@@ -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 {} \;
......
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