we put gajim.desktop.in in tarball instead of gajim.desktop

This commit is contained in:
Yann Leboulanger 2005-09-14 15:50:01 +00:00
parent 7a157ac986
commit 79f7506ca3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ dist:
rm -rf gajim-$(VERSION)
mkdir gajim-$(VERSION)
cp -r data src po gajim-$(VERSION)/
cp AUTHORS gajim.1 gajim-remote.1 gajim.desktop COPYING Makefile Changelog README launch.sh gajim-$(VERSION)
cp AUTHORS gajim.1 gajim-remote.1 gajim.desktop.in COPYING Makefile Changelog README launch.sh gajim-$(VERSION)
mkdir gajim-$(VERSION)/scripts
for s in $(SCRIPTS) ; do \
cp $$s gajim-$(VERSION)/scripts/; \