Remove leading space from LC_CTYPE set in Documentation/DocBook/Makefile

This sort of worked in that the C library would fall back to the "C"
locale, but it's not really what I intended.
This commit is contained in:
Ben Hutchings 2015-08-31 02:06:02 +01:00
parent 10d489d31f
commit e99baa4adc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
+
+# Use a fixed encoding - UTF-8 if the C library has support built-in
+# or ASCII if not
+LC_CTYPE := $(call try-run, LC_CTYPE=C.UTF-8 $(CHECK_LC_CTYPE), C.UTF-8, C)
+LC_CTYPE := $(call try-run, LC_CTYPE=C.UTF-8 $(CHECK_LC_CTYPE),C.UTF-8,C)
+export LC_CTYPE
XMLTOFLAGS = -m $(srctree)/$(src)/stylesheet.xsl