diff options
author | Andras Timar <atimar@suse.com> | 2012-11-18 22:29:58 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-20 10:34:37 +0100 |
commit | b77af3ca361f31f2626584b42fea44f5e322c793 (patch) | |
tree | e545bd0957fea94211f444a50749c69032ebe888 /source | |
parent | 3499c33c54d33e9654c77741eb4276cdd57ed981 (diff) |
remove obsoleted part from makefile
Change-Id: Idc7ef636deffe2397bf2d88c4be088ea4c7bbcf2
Diffstat (limited to 'source')
-rw-r--r-- | source/text/makefile.mk | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/source/text/makefile.mk b/source/text/makefile.mk index fbc8fe1d04..1567277f95 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)"!="" |