From: Petter Reinholdtsen Date: Tue, 6 Feb 2018 08:11:35 +0000 (+0100) Subject: Generate list of translations dynamically. X-Git-Tag: es-printed~581 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/2cb217a4103e255894057b57c2147976aedfdb9d?ds=sidebyside Generate list of translations dynamically. --- diff --git a/Makefile b/Makefile index 6dab996..0de6e86 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ PANDOC_OPTS = --top-level-division=part -t docbook -f markdown+inline_notes+asci # --top-level-diversion is not available in pandoc in Jessie # PANDOC_OPTS = -t docbook -f markdown+inline_notes -LANGS = de es nb nl pl +LANGS := $(shell ls po/*/mwcc.po|cut -d/ -f2) all: pdf epub