From 28c8f765c24f4f9f2244045600bbe13c270e9d67 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 18 May 2011 19:27:25 +0200 Subject: [PATCH] Correcting top-level makefile to automatically get all the supported languages, rather than defining a static list. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb931ca..4e579a3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL := sh -e -LANGUAGES = de +LANGUAGES = en $(shell cd manpages/po && ls) SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/* -- 2.1.4