]> pere.pagekite.me Git - text-madewithcc.git/commitdiff
Add build rule for Greek.
authorPetter Reinholdtsen <pere@hungry.com>
Tue, 11 Jun 2019 12:27:59 +0000 (14:27 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Tue, 11 Jun 2019 12:27:59 +0000 (14:27 +0200)
Makefile

index 810292e5aa707ecd7060ff9176a9b1657d711321..42ba6828fda12b570b2d094a2e1d8bf8dfb4bd27 100644 (file)
--- 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