Removed sentence about the sks Web site because the sks site is dead
[enc.git] / Makefile.gen
index f5f9618f55202352c08c48c47f5d2ff5a61708f1..be2b044f8f80502a61ee854f4395ef4943cb1711 100644 (file)
@@ -1,12 +1,12 @@
 # This source code is released in public domain.
 
-# Author Tomas Stary (2016) <tomichec@gmail.com> 
+# Author Tomas Stary (2016) <tomichec@gmail.com>
 # Thanks for helpfull discussion to Thérèse Godefroy
 
-# this Makefile.gen is used to generate the translated html files from the
+# This Makefile.gen is used to generate the translated html files from the
 # PO templates
 
-# see Makefile for generation of translation files (po, pot) and
+# See Makefile for generation of translation files (po, pot) and
 # extraction of translated strings from existing translation
 
 # usage: make -f Makefile.gen
 
 
 # In LANG add the code(s) of the language(s) you intend to translate
-LANG=es
+LANG=tr
 
 # flags for the po4a-getextize
 PO4A_FLAGS=-M utf-8 -f xhtml --keep 30 -o porefs=none \
            -o 'untranslated=<script>' \
            -o 'attributes=<meta>content'
 
-# list of source files for the translation
+# List of source files for the translation
 SRC=confirmation.html\
        index.html\
        infographic.html\
-       mac.html\
        next_steps.html\
-       windows.html\
        workshops.html
 
 # default target
 all: $(foreach l,$(LANG),$(foreach f,$(SRC),$l/$f))
 
 
+## Function to select gsed if sed is not GNU sed but BSD sed
+define sedi
+    sed --version >/dev/null 2>&1 && sed -i || gsed -i
+endef
+
+
 ## RECIPES for the individual pages in each language
 
 # Add yours if you migrate to PO, keeping the alphabetical order.
 
 # NOTES
 # 1. You can use another recipe as a model, but be careful with global image
-#    localization; make sure that _all_ the images are in the static/LANG/img
+#    localization; make sure that _all_ images are in the static/LANG/img
 #    subdirectory.
-# 2. The following modifications are essential in right to left languages:
+# 2. The following modifications are essential for right to left languages:
 #      sed -i 's|<html|<html dir="rtl"|' $@
 #      sed -i '/\/css\/main.css/a\
 #      <link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.rtl.css" />' $@
 #    See Persian recipe as an example.
 
 # cs - Czech
-# sed -i 's|<li><a href="/en">English - v4.0</a></li>|<li><a class="current" href="/cs">Čeština - v4.0</a></li>\
-#                              <li><a href="/en">English - v4.0</a></li>|' $@
 cs/%.html: esd-cs.po $(foreach f,$(SRC),en/$f)
        -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@
        sed -i 's|img/en/|img/cs/|g' $@
@@ -66,19 +68,44 @@ cs/%.html: esd-cs.po $(foreach f,$(SRC),en/$f)
 es/%.html: esd-es.po $(foreach f,$(SRC),en/$f)
        -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@
        sed -i '/\/css\/main.css/a\
-       <link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.es.css" />' $@
+       <link rel="stylesheet" href="static/css/main.es.css" />' $@
+       sed -i 's,static/img/en/\([^/]\+.png\),static/img/es/\1,g' $@
+       sed -i 's,static/img/en\(/screenshots/section.\+.png\),static/img/es\1,g' $@
+       sed -i 's,static/img/en\(/screenshots/step1a.\+.png\),static/img/es\1,g' $@
+
+# gl - Galician
+gl/%.html: esd-gl.po $(foreach f,$(SRC),en/$f)
+       -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@
+       sed -i '/\/css\/main.css/a\
+       <link rel="stylesheet" href="static/css/main.es.css" />' $@
+       sed -i 's,static/img/en/\([^/]\+.png\),static/img/es/\1,g' $@
+       sed -i 's,static/img/en\(/screenshots/section.\+.png\),static/img/es\1,g' $@
+       sed -i 's,static/img/en\(/screenshots/step1a.\+.png\),static/img/es\1,g' $@
+
+# de - German
+de/%.html: esd-de.po $(foreach f,$(SRC),en/$f)
+       -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@
+       $(sedi) '{s|img/en/|img/de/|g;}' $@
+       $(sedi) '/\/css\/main.css/a\
+       <link rel="stylesheet" href="static/css/main.de.css" />' $@
 
 # fa - Persian
 fa/%.html: esd-fa.po $(foreach f,$(SRC),en/$f)
        -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@
        sed -i 's|<html|<html dir="rtl"|' $@
        sed -i '/\/css\/main.css/a\
-       <link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.rtl.css" />' $@
+       <link rel="stylesheet" href="static/css/main.rtl.css" />' $@
 
 # ja - Japanese
 ja/%.html: esd-ja.po $(foreach f,$(SRC),en/$f)
        -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@
 
+# pt-br - Brazilian Portuguese
+pt-br/%.html: esd-pt-br.po $(foreach f,$(SRC),en/$f)
+       -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@
+       sed -i '/\/donate.png" \/><\/a><\/p>/a\
+       \n<div class="fsf-emphasis"><p>Conheça também a <a\nhref="http://www.fsfla.org/ikiwiki/index.pt.html">FSFLA</a>, organização\nirmã da FSF na América Latina.</p></div>' $@
+
 # sq - Albanian
 sq/%.html: esd-sq.po $(foreach f,$(SRC),en/$f)
        -po4a-translate $(PO4A_FLAGS) -m en/$*.html -p $< -l $@
@@ -86,4 +113,21 @@ sq/%.html: esd-sq.po $(foreach f,$(SRC),en/$f)
 # zh-han - Chinese (Han)
 zh-hans/%.html: esd-zh-hans.po $(foreach f,$(SRC),en/$f)
        -po4a-translate $(PO4A_FLAGS) --keep 0 -m en/$*.html -p $< -l $@
+       sed -i 's|img/en/|img/zh-hans/|g' $@
+       sed -i '/\/css\/main.css/a\
+       <link rel="stylesheet" href="../static/css/main.zh-hans.css" />' $@
 
+# tr - Turkish
+tr/%.html: esd-tr.po $(foreach f,$(SRC),en/$f)
+       -po4a-translate $(PO4A_FLAGS) --keep 0 -m en/$*.html -p $< -l $@
+       sed -i 's|img/en/|img/tr/|g' $@
+       sed -i 's,\(alt="Bağış[^"]*"\),style="width:160px" \1,' $@
+
+# fr - French
+fr/%.html: esd-fr.po $(foreach f,$(SRC),en/$f)
+       -po4a-translate $(PO4A_FLAGS) --keep 0 -m en/$*.html -p $< -l $@
+       sed -i 's|img/en/|img/fr/|g' $@
+# ru
+ru/%.html: esd-ru.po $(foreach f,$(SRC),en/$f)
+       -po4a-translate $(PO4A_FLAGS) --keep 0 -m en/$*.html -p $< -l $@
+       sed -i 's|img/en/|img/ru/|g' $@