From e7fa65ffae499441bae9e967083c26e342e0fac7 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Fri, 15 Nov 2013 21:48:45 -0800 Subject: Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, assure clean environment, force LANG=C --- Doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/Makefile.in') 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 -- cgit 1.4.1