[Libreoffice-commits] .: Branch 'feature/killsdf' - source/text

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Nov 18 13:33:51 PST 2012


 source/text/makefile.mk |   14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

New commits:
commit 55742016f74d1ec3a8f6f146457b34db675dac15
Author: Andras Timar <atimar at suse.com>
Date:   Sun Nov 18 22:29:58 2012 +0100

    remove obsoleted part from makefile
    
    Change-Id: Idc7ef636deffe2397bf2d88c4be088ea4c7bbcf2

diff --git a/source/text/makefile.mk b/source/text/makefile.mk
index fbc8fe1..1567277 100644
--- a/source/text/makefile.mk
+++ b/source/text/makefile.mk
@@ -30,6 +30,7 @@ PRJ		= ..$/..
 PRJNAME = helpcontent2
 TARGET  = text
 
+
 # --- Settings -----------------------------------------------------
 
 .INCLUDE : settings.mk
@@ -73,16 +74,3 @@ $(COMMONMISC)$/treefiles.done : $(LOCTREEFILES)
 $(LOCTREEFILES) : $(foreach,tree,$(TREEFILES) ../auxiliary/$(tree)) $$(@:d)$/dir.created
     @$(TOUCH) $@
 
-.IF "$(WITH_LANG)"!=""
-.IF "$(LOCALIZATION_FOUND)"=="YES"
-$(LOCTREEFILES) : $(TRYSDF:d:d:d:d)$/text$/shared/localize.sdf
-.ELSE			# "$(LOCALIZATION_FOUND)"=="YES"
-$(COMMONMISC)/unpack.done : $(SOLARCOMMONSDFDIR)$/$(PRJNAME).zip
-    @@-$(MKDIRHIER) $(COMMONMISC)$/$(PRJNAME)_$(TARGET)
-    unzip -o -d $(COMMONMISC)$/$(PRJNAME) $(SOLARCOMMONSDFDIR)$/$(PRJNAME).zip 
-    $(TOUCH) $@
-
-$(LOCTREEFILES) : $(COMMONMISC)/unpack.done
-
-.ENDIF			# "$(LOCALIZATION_FOUND)"=="YES"
-.ENDIF			# "$(WITH_LANG)"!=""


More information about the Libreoffice-commits mailing list