source/auxiliary/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3a5cdb25465c2f423892c184755dad7c0075c1eb Author: Andras Timar <[email protected]> Date: Sat Jan 26 17:04:34 2013 +0100 we don't produce KeyID help packs (not useful) Change-Id: Ie6d2fcab4d419e097557522621eb96a56b87ddf8 diff --git a/source/auxiliary/makefile.mk b/source/auxiliary/makefile.mk index c7d3545..822f132 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
