diff options
author | Andras Timar <atimar@novell.com> | 2011-04-29 08:46:53 +0200 |
---|---|---|
committer | Andras Timar <atimar@novell.com> | 2011-04-29 08:46:53 +0200 |
commit | bb8908a92c7d3c026da6ca5fdcd8c0fb643f244b (patch) | |
tree | 01ba31a6d9be10176210568ccfaacee659041c3d | |
parent | 05e34ed9156b0d64b1c3edba7979ce1f5f121d6c (diff) |
fix en-US only build
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index c617b6f597..94b1370d48 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -66,6 +66,7 @@ WITH_LANG!:=$(aux_alllangiso) LOCTREEFILES:=$(foreach,i,$(aux_alllangiso) $(foreach,j,$(TREEFILES) $(COMMONMISC)$/$i$/$j)) .ELSE #IF "$(WITH_LANG)"!="" aux_langdirs:=en-US +help_exist:=en-US LOCTREEFILES:=$(foreach,j,$(TREEFILES) $(COMMONMISC)$/en-US$/$j) .ENDIF #IF "$(WITH_LANG)"!="" |