summaryrefslogtreecommitdiff
path: root/doc/doc-docbook/Makefile
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-12-09 20:40:31 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-12-09 20:40:45 +0100
commite268561365a11da9ca70c7c3e468c9fd83b6daa1 (patch)
tree0ca0f0b42febd859355878243ff482b54144d51f /doc/doc-docbook/Makefile
parent1d717e1c110562fd6bf28478c79f180cafeba776 (diff)
Set LC_ALL=C for doc generation
Diffstat (limited to 'doc/doc-docbook/Makefile')
-rw-r--r--doc/doc-docbook/Makefile1
1 files changed, 1 insertions, 0 deletions
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'."