add gajim.pot to the tarball (when build with make dist)

This commit is contained in:
Yann Leboulanger 2005-05-17 22:39:23 +00:00
parent ee176e1a68
commit d8c07c5d57
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ dist:
-rm -rf gajim-$(VERSION)
mkdir gajim-$(VERSION)
cp -r data src doc po scripts gajim-$(VERSION)/
cp AUTHORS gajim.1 gajim.xpm gajim.ico gajim.desktop COPYING Makefile Changelog README launch.sh gajim-$(VERSION)
cp AUTHORS gajim.1 gajim.xpm gajim.ico gajim.desktop gajim.pot COPYING Makefile Changelog README launch.sh gajim-$(VERSION)
-find gajim-$(VERSION) -name '.svn' -exec rm -rf {} \; 2> /dev/null
find gajim-$(VERSION) -name '*.pyc' -exec rm {} \;
find gajim-$(VERSION) -name '*.pyo' -exec rm {} \;