X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/blobdiff_plain/fc8ae6316708d492412928109fb7d41c0b76cf21..cc78275e9c4615e768a25ecfc51a088d6633346d:/Makefile diff --git a/Makefile b/Makefile index 7d1421d..46ddb40 100644 --- a/Makefile +++ b/Makefile @@ -49,8 +49,8 @@ clean: $(SOURCE).md: $(SOURCE).odt fixup.rb TEMP=`tempfile -p mwcc` && \ - pandoc -f odt $(SOURCE).odt -t markdown > $$TEMP && \ - ruby fixup.rb $$TEMP $(SOURCE).md && \ + LC_ALL=C.UTF-8 pandoc -f odt $(SOURCE).odt -t markdown > $$TEMP && \ + LC_ALL=C.UTF-8 ruby fixup.rb $$TEMP $(SOURCE).md && \ rm $$TEMP pot: po/mwcc.pot po/*/mwcc.po