aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f7ce67edb..a19bc873c2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,11 @@
#
# The user can override the default list of languages to build and install
# with the DOC_LANG variable.
-#
+#
+.if defined(ENGLISH_ONLY) && !empty(ENGLISH_ONLY)
+DOC_LANG= en_US.ISO8859-1
+.endif
+
.if defined(DOC_LANG) && !empty(DOC_LANG)
SUBDIR = ${DOC_LANG}
.else