From: Petter Reinholdtsen Date: Tue, 11 Jun 2019 12:27:59 +0000 (+0200) Subject: Add build rule for Greek. X-Git-Tag: es-printed~48 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/e6abcdf8f98e6df2314791b2d29fb92081bf55f2 Add build rule for Greek. --- diff --git a/Makefile b/Makefile index 810292e..42ba682 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,9 @@ po/*/mwcc.po: po/mwcc.pot $(SOURCE).de.xml: $(SOURCE).xml po/de/mwcc.po po4a-translate -f docbook -m $(SOURCE).xml -p po/de/mwcc.po -l $@ -l $@ -L utf-8 -M utf-8 $(PO4AOPTS) -k 0 +$(SOURCE).el.xml: $(SOURCE).xml po/el/mwcc.po + po4a-translate -f docbook -m $(SOURCE).xml -p po/el/mwcc.po -l $@ -l $@ -L utf-8 -M utf-8 $(PO4AOPTS) -k 0 + $(SOURCE).es.xml: $(SOURCE).xml po/es/mwcc.po po4a-translate -f docbook -m $(SOURCE).xml -p po/es/mwcc.po -l $@ -l $@ -L utf-8 -M utf-8 $(PO4AOPTS) -k 0