diff --git a/Makefile b/Makefile index a008e81ef25507655cf21a0014aa73dea12d47cd..4dd4a4b05a235bf342c4c0650f588aee63ae173c 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,10 @@ test live-test: HEXTRA=-fhpc -Wwarn -fno-warn-missing-signatures \ -fno-warn-missing-methods -fno-warn-unused-imports $(DOCS) : %.html : % - pandoc -f rst -t html -o $@ $< + LANG=en_US.UTF-8 pandoc -f rst -t html -o $@ $< %.1: %.rst - pandoc -s -f rst -t man -o $@ $< + LANG=en_US.UTF-8 pandoc -s -f rst -t man -o $@ $< doc: $(DOCS) Ganeti/HTools/Version.hs rm -rf $(HDDIR)/*