blob: 532ead7044b66f6a0c19755d2647b4a6a59f3793 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
From: LaMont Jones <lamont@debian.org>
Subject: Set LANG=C for HTML documentation build
Forwarded: not-needed
Index: postfix/html/Makefile.in
===================================================================
--- postfix.orig/html/Makefile.in 2016-02-16 13:57:02.847893144 -0700
+++ postfix/html/Makefile.in 2016-02-16 17:51:31.873418586 -0700
@@ -25,7 +25,7 @@
postfix-wrapper.5.html sqlite_table.5.html socketmap_table.5.html
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
update: $(DAEMONS) $(COMMANDS) $(CONFIG) $(OTHER)
|