summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile.in
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2013-11-15 21:48:45 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2013-11-15 21:48:45 -0800
commite7fa65ffae499441bae9e967083c26e342e0fac7 (patch)
tree69a2644b3a465a7d58cf21b1cb572b0ec2625d45 /Doc/Makefile.in
parent31984: new df completion (diff)
downloadzsh-e7fa65ffae499441bae9e967083c26e342e0fac7.tar
zsh-e7fa65ffae499441bae9e967083c26e342e0fac7.tar.gz
zsh-e7fa65ffae499441bae9e967083c26e342e0fac7.tar.bz2
zsh-e7fa65ffae499441bae9e967083c26e342e0fac7.tar.lz
zsh-e7fa65ffae499441bae9e967083c26e342e0fac7.tar.xz
zsh-e7fa65ffae499441bae9e967083c26e342e0fac7.tar.zst
zsh-e7fa65ffae499441bae9e967083c26e342e0fac7.zip
Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, assure clean environment, force LANG=C
Diffstat (limited to 'Doc/Makefile.in')
-rw-r--r--Doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index 0ca13fddd..51b5c5ced 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -188,7 +188,7 @@ man: $(MAN)
runhelp: man
test x"$(runhelpdir)" = x"" || { \
test -r $(sdir)/help.txt && test -r $(sdir)/help/zmodload; \
- } || perl $(sdir_top)/Util/helpfiles $(lc_ctype) -- \
+ } || perl $(sdir_top)/Util/helpfiles \
$(sdir)/zshbuiltins.1 $(sdir)/help $(sdir)/help.txt \
|| { rm -f $(sdir)/help.txt $(sdir)/help/zmodload; false; }
.PHONY: runhelp