diff options
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auxiliary/makefile.mk b/source/auxiliary/makefile.mk index c7d35450d2..822f132788 100644 --- a/source/auxiliary/makefile.mk +++ b/source/auxiliary/makefile.mk @@ -38,7 +38,7 @@ ALLTAR : aux_dirs $(COMMONBIN)$/helpimg.ilst t_aux_langdirs:=$(shell @find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" ) aux_langdirs:=$(uniq $(t_aux_langdirs:d:d)) -help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US qtz +help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US .ELSE #IF "$(WITH_LANG)"!="" aux_langdirs:=en-US |