File: 50_LANG.diff

package info (click to toggle)
postfix 3.10.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 27,976 kB
  • sloc: ansic: 134,721; makefile: 17,984; sh: 6,971; perl: 2,796; python: 1,448; awk: 158
file content (13 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
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