[SCM] live-config-staging branch, debian, updated. 22b50d3718952b80f50dedbf92d488d42bf59334

Daniel Baumann daniel at debian.org
Fri Jun 3 08:57:53 UTC 2011


The following commit has been merged in the debian branch:
commit 22b50d3718952b80f50dedbf92d488d42bf59334
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Jun 3 10:58:07 2011 +0200

    Installing all manpage languages, rather than hardcoding a static list.

diff --git a/Makefile b/Makefile
index 8ddec05..e3e2f4c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 SHELL := sh -e
 
-LANGUAGES = de
+LANGUAGES = $(shell cd manpages/po && ls)
 
 SCRIPTS = scripts/config/*
 

-- 
live-config-staging



More information about the debian-live-changes mailing list