X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/blobdiff_plain/bd6cf2c369ad7b589455c88afc3af75d244747f4..57c8b6e752d81c8bf87ffb8e9a8aa9bd497b4382:/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