From 2cb217a4103e255894057b57c2147976aedfdb9d Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 6 Feb 2018 09:11:35 +0100 Subject: [PATCH] Generate list of translations dynamically. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2