diff options
author | Andras Timar <atimar@suse.com> | 2013-01-26 17:04:34 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-26 17:04:34 +0100 |
commit | 3a5cdb25465c2f423892c184755dad7c0075c1eb (patch) | |
tree | c09e5bd16b61bbcd131d9daef53efcad7cf5e000 /source/auxiliary | |
parent | b8c513606f96dac3a5f10dfba008ec6c45830cb9 (diff) |
we don't produce KeyID help packs (not useful)
Change-Id: Ie6d2fcab4d419e097557522621eb96a56b87ddf8
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 |