[SCM] live-boot branch, debian-next, updated. debian/3.0_a16-1-5-g28c8f76

Daniel Baumann daniel at debian.org
Wed May 18 17:30:44 UTC 2011


The following commit has been merged in the debian-next branch:
commit 28c8f765c24f4f9f2244045600bbe13c270e9d67
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed May 18 19:27:25 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 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/*/*
 

-- 
live-boot



More information about the debian-live-changes mailing list