We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02248d commit b8cf39aCopy full SHA for b8cf39a
Makefile
@@ -131,10 +131,10 @@ haskell-mode.info: haskell-mode.texi
131
@rm haskell-mode-menu-order.txt haskell-mode-content-order.txt
132
133
# Processing proper
134
- $(MAKEINFO) $(MAKEINFO_FLAGS) -o $@ $<
+ LANG=en_US.UTF-8 $(MAKEINFO) $(MAKEINFO_FLAGS) -o $@ $<
135
136
haskell-mode.html: haskell-mode.texi
137
- $(MAKEINFO) $(MAKEINFO_FLAGS) --html --no-split -o $@ $<
+ LANG=en_US.UTF-8 $(MAKEINFO) $(MAKEINFO_FLAGS) --html --no-split -o $@ $<
138
139
$(AUTOLOADS): $(ELFILES) haskell-mode.elc
140
$(BATCH) \
0 commit comments