X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/blobdiff_plain/1b987c71c43f9381a656a639318dd5e77897e702..cabd6335b51efff800dd930f099cca3405a2db74:/Makefile diff --git a/Makefile b/Makefile index 7d1421d..810292e 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 @@ -105,7 +105,7 @@ pdf: $(SOURCE).pdf $(MAKE) $(SOURCE).$$LANG.pdf ; \ done DBLATEX_OPTS = -T simple -t pdf -b xetex -p extra/pdf.xsl -%.pdf: %.xml extra/pdf.xsl +%.pdf: %.xml extra/pdf.xsl myclass.cls dblatex $(DBLATEX_OPTS) $^ epub: $(SOURCE).epub