From e6abcdf8f98e6df2314791b2d29fb92081bf55f2 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 11 Jun 2019 14:27:59 +0200 Subject: [PATCH] Add build rule for Greek. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2