13 lines
568 B
Diff
13 lines
568 B
Diff
From: LaMont Jones <lamont@debian.org>
|
|
Subject: Set LANG=C for HTML documentation build
|
|
Forwarded: not-needed
|
|
|
|
diff --git a/html/Makefile.in b/html/Makefile.in
|
|
index af931119e..a21696f98 100644
|
|
--- a/html/Makefile.in
|
|
+++ b/html/Makefile.in
|
|
@@ -27,3 +27,3 @@ OTHER = postfix-manuals.html
|
|
AWK = awk '{ print; if (NR == 2) print ".pl 99999\n.ll 78" }'
|
|
-MAN2HTML = man2html -t "Postfix manual - `IFS=.; set \`echo $@\`; echo \"$$1($$2)\"`"
|
|
+MAN2HTML = LANG=C man2html -t "Postfix manual - `IFS=.; set \`echo $@\`; echo \"$$1($$2)\"`"
|
|
NROFF = LANG=C GROFF_NO_SGR=1 nroff
|