From 2b96106dc4bbe4777459d7c5bcdfaaa4ba1184d3 Mon Sep 17 00:00:00 2001 From: Daniel Hartwig Date: Mon, 4 Jun 2012 13:54:10 +0800 Subject: Conditional use of locale mandir --- buildlib/doc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildlib/doc.mk b/buildlib/doc.mk index f8378b0b..c3c95133 100644 --- a/buildlib/doc.mk +++ b/buildlib/doc.mk @@ -3,7 +3,7 @@ HTML2TEXT = $(top_srcdir)/doc/html-to-text -mandir = @mandir@/${LC} +mandir = $(if $(findstring en,$(LC)),@mandir@,@mandir@/${LC}) htmldir = @htmldir@/${LC} imagesdir = ${htmldir}/images -- cgit v1.2.3