[SCM] live-tools branch, debian, updated. debian/3.0_a3-1-6-g7520b14

Daniel Baumann daniel at debian.org
Wed May 18 16:40:48 UTC 2011


The following commit has been merged in the debian branch:
commit 5777f73d3cca4b42821449e2641902874649b285
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed May 18 18:25:03 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 ededfca..46231cc 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 SHELL := sh -e
 
-LANGUAGES = de
+LANGUAGES = en $(shell cd manpages/po && ls)
 
 SCRIPTS = scripts/*
 

-- 
live-tools



More information about the debian-live-changes mailing list