[SCM] live-config branch, debian-next, updated. debian/3.0_a18-1-4-g38d0f44

Daniel Baumann daniel at debian.org
Tue May 17 09:11:42 UTC 2011


The following commit has been merged in the debian-next branch:
commit 38d0f44d555b0c5245f2c6aff6b423beb6465886
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue May 17 11:09:13 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 59eb62f..ef64403 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 SHELL := sh -e
 
-LANGUAGES = de fr pt_BR
+LANGUAGES = en $(shell cd manpages/po && ls)
 
 SCRIPTS = bin/* scripts/*.sh scripts/*/*
 

-- 
live-config



More information about the debian-live-changes mailing list