From: Petter Reinholdtsen Date: Tue, 6 Feb 2018 08:21:57 +0000 (+0100) Subject: Use 'utf-8' instead of 'utf8', as the former work better with dbtoepub. X-Git-Tag: es-printed~576 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/04f60d2a08fc3884ecaa0d20c628656a6996d2fe?ds=inline Use 'utf-8' instead of 'utf8', as the former work better with dbtoepub. --- diff --git a/Makefile b/Makefile index 7a1c7a1..0cb41ab 100644 --- a/Makefile +++ b/Makefile @@ -68,10 +68,10 @@ po/*/mwcc.po: po/mwcc.pot touch $@ $(SOURCE).es.md: $(SOURCE).md po/es/mwcc.po - po4a-translate -f text -m $(SOURCE).md -p po/es/mwcc.po -l $@ -l $@ -L utf8 -M utf8 -k 0 + po4a-translate -f text -m $(SOURCE).md -p po/es/mwcc.po -l $@ -l $@ -L utf-8 -M utf-8 -k 0 $(SOURCE).nb.md: $(SOURCE).md po/nb/mwcc.po - po4a-translate -f text -m $(SOURCE).md -p po/nb/mwcc.po -l $@ -l $@ -L utf8 -M utf8 -k 0 + po4a-translate -f text -m $(SOURCE).md -p po/nb/mwcc.po -l $@ -l $@ -L utf-8 -M utf-8 -k 0 %.xml: %.md pandoc -s -o $@ $(PANDOC_OPTS) $^