diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-16 10:09:51 +0200 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-16 10:09:51 +0200 |
commit | 502f8c137795134c5c43b0bf32c85fedc3bacd13 (patch) | |
tree | badf82e16598bd928bae80ffe018154463aafaff /helpcontent2/source | |
parent | 66e3b342455dcaf2e5085702328d119211798e7c (diff) | |
parent | 80ec837ff1652182886401d8fd0bcc45533cb940 (diff) |
CWS-TOOLING: integrate CWS sb118
Diffstat (limited to 'helpcontent2/source')
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index 1155e80369..29a085070e 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -38,11 +38,7 @@ TREEFILES = \ ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done $(COMMONBIN)$/helpimg.ilst .IF "$(WITH_LANG)"!="" -.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" t_aux_langdirs:=$(shell @find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" ) -.ELSE # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" -t_aux_langdirs:=$(subst,./, $(shell @$(FIND) ./ -name "*.cfg")) -.ENDIF # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" aux_langdirs:=$(uniq $(t_aux_langdirs:d:d)) |