diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2019-12-09 20:40:31 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2019-12-09 20:40:45 +0100 |
commit | e268561365a11da9ca70c7c3e468c9fd83b6daa1 (patch) | |
tree | 0ca0f0b42febd859355878243ff482b54144d51f /doc/doc-docbook | |
parent | 1d717e1c110562fd6bf28478c79f180cafeba776 (diff) |
Set LC_ALL=C for doc generation
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/Makefile | 1 |
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'." |