[SCM] live-manual branch, debian, updated. debian/2.0_a4-1-3-ge401482

Daniel Baumann daniel at debian.org
Mon Sep 6 18:17:41 UTC 2010


The following commit has been merged in the debian branch:
commit e40148246b5e7c73d38217b82b118e50eac7feb5
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 6 20:15:17 2010 +0200

    Autobuild incomplete translations regardless if they are fit for the package or not.

diff --git a/Makefile b/Makefile
index 5d496d4..01b8a37 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ autobuild: clean build
 	rm -rf build
 	cp -a html build
 
-	for LANGUAGE in $(LANGUAGES); \
+	for LANGUAGE in en $(shell cd manual/po && ls); \
 	do \
 		mkdir -p build/$${LANGUAGE}/html; \
 		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/epub/live-manual.epub build/$${LANGUAGE}; \

-- 
live-manual



More information about the debian-live-changes mailing list