diff options
author | Uwe Fischer <ufi@openoffice.org> | 2010-04-23 10:48:45 +0200 |
---|---|---|
committer | Uwe Fischer <ufi@openoffice.org> | 2010-04-23 10:48:45 +0200 |
commit | d30861db5a70cba192db42d9973305c38e96c14e (patch) | |
tree | 8665ce5f6df1f312a81da3ed038e13f067d6e074 /helpcontent2/source/auxiliary/makefile.mk | |
parent | ced3a4d3aaac5c79e6e859a3cecf24dc5a6d95a2 (diff) | |
parent | 5b7f36225468b7bfaf0e4e58a2691ebb8c620f9e (diff) |
hcshared25: merge with DEV300_m77
Diffstat (limited to 'helpcontent2/source/auxiliary/makefile.mk')
-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)) |