add gajim.pot to the tarball (when build with make dist)
This commit is contained in:
parent
ee176e1a68
commit
d8c07c5d57
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ dist:
|
||||||
-rm -rf gajim-$(VERSION)
|
-rm -rf gajim-$(VERSION)
|
||||||
mkdir gajim-$(VERSION)
|
mkdir gajim-$(VERSION)
|
||||||
cp -r data src doc po scripts 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 '.svn' -exec rm -rf {} \; 2> /dev/null
|
||||||
find gajim-$(VERSION) -name '*.pyc' -exec rm {} \;
|
find gajim-$(VERSION) -name '*.pyc' -exec rm {} \;
|
||||||
find gajim-$(VERSION) -name '*.pyo' -exec rm {} \;
|
find gajim-$(VERSION) -name '*.pyo' -exec rm {} \;
|
||||||
|
|
Loading…
Add table
Reference in a new issue