From: Heiko Schlittermann (HS12-RIPE) Date: Mon, 9 Dec 2019 19:40:31 +0000 (+0100) Subject: Set LC_ALL=C for doc generation X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/e268561365a11da9ca70c7c3e468c9fd83b6daa1 Set LC_ALL=C for doc generation --- diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile index df7c6f051..27bbed4f7 100644 --- a/doc/doc-docbook/Makefile +++ b/doc/doc-docbook/Makefile @@ -1,4 +1,5 @@ # Make file for Exim documentation from xfpt source. +export LC_ALL=C notarget:; @echo "** You must specify a target, in the form x.y, where x is 'filter', 'spec'," @echo "** or 'test', and y is 'xml', 'fo', 'ps', 'pdf', 'html', 'txt', or 'info'."