[hyena] [build] Properly comment out the TranslatorExtractor make rule



commit 0fb13240a394f77b3a0f15773133cfdf6c5923d9
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Mon Aug 16 16:05:17 2010 +0200

    [build] Properly comment out the TranslatorExtractor make rule
    
    The corresponding target is also removed from the ALL_TARGETS variable.
    All of this is commented out until we figure out the proper way to
    handle translations in Hyena.

 build/Makefile.am |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
index 43c2a4c..b617f30 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -6,7 +6,8 @@ DLL_MAP_VERIFIER_ASSEMBLY = dll-map-verifier.exe
 ADDIN_XML_STRING_EXTRACTOR_ASSEMBLY = addin-xml-string-extractor.exe
 GOBJECT_INTPTR_CTOR_VERIFIER_ASSEMBLY = gobject-intptr-ctor-verifier.exe
 
-ALL_TARGETS = $(TRANSLATOR_EXTRACTOR_ASSEMBLY) $(DLL_MAP_VERIFIER_ASSEMBLY) $(ADDIN_XML_STRING_EXTRACTOR_ASSEMBLY) $(GOBJECT_INTPTR_CTOR_VERIFIER_ASSEMBLY)
+ALL_TARGETS = $(DLL_MAP_VERIFIER_ASSEMBLY) $(ADDIN_XML_STRING_EXTRACTOR_ASSEMBLY) $(GOBJECT_INTPTR_CTOR_VERIFIER_ASSEMBLY)
+#ALL_TARGETS += $(TRANSLATOR_EXTRACTOR_ASSEMBLY)
 
 if GCONF_SCHEMAS_INSTALL
 bansheedir = $(pkglibdir)
@@ -18,11 +19,11 @@ endif
 
 all: $(ALL_TARGETS)
 
-dnl $(TRANSLATOR_EXTRACTOR_ASSEMBLY): TranslatorExtractor.cs
-dnl	if [ "x$(top_srcdir)" = "x$(top_builddir)" ]; then \
-dnl		$(MCS) -out:$@ $< && LC_ALL=en_US.UTF-8 $(MONO) $@ $(top_builddir)/po > \
-dnl			$(top_srcdir)/src/Core/Banshee.Core/Resources/translators.xml; \
-dnl	fi;
+# $(TRANSLATOR_EXTRACTOR_ASSEMBLY): TranslatorExtractor.cs
+#	if [ "x$(top_srcdir)" = "x$(top_builddir)" ]; then \
+#		$(MCS) -out:$@ $< && LC_ALL=en_US.UTF-8 $(MONO) $@ $(top_builddir)/po > \
+#			$(top_srcdir)/src/Core/Banshee.Core/Resources/translators.xml; \
+#	fi;
 
 $(DLL_MAP_VERIFIER_ASSEMBLY): DllMapVerifier.cs
 	$(MCS) -out:$@ $<



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]