From 79f7506ca38555f41d7dbb0fce7779c062d086d9 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 14 Sep 2005 15:50:01 +0000 Subject: [PATCH] we put gajim.desktop.in in tarball instead of gajim.desktop --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e3a31ddc..777a01438 100644 --- a/Makefile +++ b/Makefile @@ -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/; \