]> pere.pagekite.me Git - text-madewithcc.git/blobdiff - Makefile
Merge branch 'origin/master' into Weblate.
[text-madewithcc.git] / Makefile
index 7d1421d78cfdeed338b2fbdc532e9a2c7448cafe..46ddb4044f5d712b16bc72e6a4e28e516dfe075c 100644 (file)
--- 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