Skip to content

Commit b8cf39a

Browse files
committed
Ensure English in manual.
1 parent c02248d commit b8cf39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ haskell-mode.info: haskell-mode.texi
131131
@rm haskell-mode-menu-order.txt haskell-mode-content-order.txt
132132

133133
# Processing proper
134-
$(MAKEINFO) $(MAKEINFO_FLAGS) -o $@ $<
134+
LANG=en_US.UTF-8 $(MAKEINFO) $(MAKEINFO_FLAGS) -o $@ $<
135135

136136
haskell-mode.html: haskell-mode.texi
137-
$(MAKEINFO) $(MAKEINFO_FLAGS) --html --no-split -o $@ $<
137+
LANG=en_US.UTF-8 $(MAKEINFO) $(MAKEINFO_FLAGS) --html --no-split -o $@ $<
138138

139139
$(AUTOLOADS): $(ELFILES) haskell-mode.elc
140140
$(BATCH) \

0 commit comments

Comments
 (0)