From 626a1b17df8efaaa7ce920f356008ebfa0f17dd0 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 7 Aug 2005 21:57:10 +0000 Subject: [PATCH] gajim.pot is now in po folder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 637a274a1..bc4b2c536 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ dist: rm -rf gajim-$(VERSION) mkdir gajim-$(VERSION) cp -r data src po gajim-$(VERSION)/ - cp AUTHORS gajim.1 gajim.ico gajim.desktop gajim.pot COPYING Makefile Changelog README launch.sh 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/ find gajim-$(VERSION) -name '.svn' -type d | xargs rm -rf