From: Daniel Baumann Date: Wed, 18 May 2011 17:27:25 +0000 (+0200) Subject: Correcting top-level makefile to automatically get all the supported languages, rathe... X-Git-Tag: debian/3.0_a17-1~3 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=28c8f765c24f4f9f2244045600bbe13c270e9d67 Correcting top-level makefile to automatically get all the supported languages, rather than defining a static list. --- 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/*/*