From b62fae5edc6115b265660447d8833166fdd771fa Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 20 Mar 2005 21:08:50 +0000 Subject: r5915: Remove --with-manpages-languages= from configure (we only have them in one lanuage, English, at the moment). Fixes #2261. If other languages might are added in the future, this parameter will still not be needed. (This used to be commit d41e790b4ba96b42ae80f51925a86a3344d3fd39) --- source3/script/installman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/installman.sh') diff --git a/source3/script/installman.sh b/source3/script/installman.sh index c7a8f45095..d30429d50a 100755 --- a/source3/script/installman.sh +++ b/source3/script/installman.sh @@ -15,7 +15,7 @@ fi for lang in $langs; do - if [ "X$lang" = Xen ]; then + if [ "X$lang" = XC ]; then echo Installing default man pages in $MANDIR/ lang=. else -- cgit