[SCM] live-manual branch, debian-next, updated. debian/3.0_a2-1-36-g59207bd

Daniel Baumann daniel at debian.org
Mon Mar 28 05:21:30 UTC 2011


The following commit has been merged in the debian-next branch:
commit 59207bdab9e07a9a0b5007114d89f43614bea5ee
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Mar 28 07:20:50 2011 +0200

    Renabling Spanish translation and temporarily not fail on missing builds.

diff --git a/Makefile b/Makefile
index c1bf30e..759c9ff 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,7 @@
 
 SHELL := sh -e
 
-#LANGUAGES = en $(shell cd manual/po && ls)
-LANGUAGES = en de fr it pt_BR ro
+LANGUAGES = en $(shell cd manual/po && ls)
 
 DEBUG = 0
 
@@ -48,7 +47,7 @@ autobuild: clean build
 	rm -rf build
 	cp -a html build
 
-	for LANGUAGE in $(LANGUAGES); \
+	sed +e; for LANGUAGE in $(LANGUAGES); \
 	do \
 		FROMDIR=$(CURDIR)/manual/$${LANGUAGE}/build/$${LANGUAGE}; \
 		TODIR=$(CURDIR)/build/$${LANGUAGE}; \

-- 
live-manual



More information about the debian-live-changes mailing list