Alexandre Julliard : Make.rules: Process man pages in the C locale.

Alexandre Julliard julliard at winehq.org
Wed Dec 12 09:29:21 CST 2007


Module: wine
Branch: master
Commit: 1716f03fae25e393a735149b8df75ae848365fb0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1716f03fae25e393a735149b8df75ae848365fb0

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Dec 12 14:39:54 2007 +0100

Make.rules: Process man pages in the C locale.

---

 Make.rules.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Make.rules.in b/Make.rules.in
index 24d34db..9178904 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -182,7 +182,7 @@ LINTS  = $(C_SRCS:.c=.ln)
 	$(FONTFORGE) -script $(TOPSRCDIR)/fonts/genttf.ff $< $@
 
 .man.in.man:
-	sed -e 's, at bindir\@,$(bindir),g' -e 's, at dlldir\@,$(dlldir),g' -e 's, at PACKAGE_STRING\@, at PACKAGE_STRING@,g' $< >$@ || ($(RM) $@ && false)
+	LC_ALL=C sed -e 's, at bindir\@,$(bindir),g' -e 's, at dlldir\@,$(dlldir),g' -e 's, at PACKAGE_STRING\@, at PACKAGE_STRING@,g' $< >$@ || ($(RM) $@ && false)
 
 # 'all' target first in case the enclosing Makefile didn't define any target
 




More information about the wine-cvs mailing list