[SCM] live-build branch, debian, updated. debian/3.0_a16-1-18-g26ad091

Daniel Baumann daniel at debian.org
Wed May 18 17:56:47 UTC 2011


The following commit has been merged in the debian branch:
commit ceefa557a9180e2e4192050a1013cd3194f192d9
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed May 18 19:38:12 2011 +0200

    Correcting top-level makefile to automatically get all the supported languages, rather than defining a static list.

diff --git a/Makefile b/Makefile
index 5820db1..3537006 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 SHELL := sh -e
 
-LANGUAGES = de
+LANGUAGES = en $(shell cd manpages/po && ls)
 
 SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/*
 

-- 
live-build



More information about the debian-live-changes mailing list