changeset 3714:380b043a4a1c

[gaim-migrate @ 3847] cleaning.. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 16 Oct 2002 19:39:27 +0000
parents e3a8baffcc24
children 764d6f1848b2
files po/Makefile.mingw
diffstat 1 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/po/Makefile.mingw	Wed Oct 16 19:37:15 2002 +0000
+++ b/po/Makefile.mingw	Wed Oct 16 19:39:27 2002 +0000
@@ -5,13 +5,20 @@
 
 PACKAGE = gaim
 
+##
+## PATHS
+##
 
 srcdir = .
-top_srcdir = ..
+GAIM_TOP = ..
 GAIM_INSTALL_DIR = ../win32-install-dir
 LOCALEDIR = $(GAIM_INSTALL_DIR)/locale
-CC = gcc
 GTK_BIN = ../../win32-dev/gtk_2_0/bin
+
+##
+## TOOLS
+##
+
 GMSGFMT = $(GTK_BIN)/msgfmt
 MSGFMT = $(GTK_BIN)/msgfmt
 XGETTEXT = $(GTK_BIN)/xgettext
@@ -84,7 +91,7 @@
 all: $(CATALOGS)
 
 $(PACKAGE).pot: $(POTFILES) POTFILES.in
-	$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
+	$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(GAIM_TOP) \
 	  --add-comments --keyword=_ --keyword=N_ \
 	  --files-from=$(srcdir)/POTFILES.in \
 	&& test ! -f $(PACKAGE).po \