[SCM] live-manual branch, debian, updated. debian/2.0_a7-1-7-gb946766

Daniel Baumann daniel at debian.org
Sun Oct 3 10:14:37 UTC 2010


The following commit has been merged in the debian branch:
commit b9467667dc6fdab00c5f8de820cb33e078ed01ed
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Oct 3 12:15:05 2010 +0200

    Updating sed call in autobuild target.

diff --git a/Makefile b/Makefile
index cfa7b6c..19cb7fa 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ autobuild: clean build
 		mkdir -p build/$${LANGUAGE}/txt; \
 		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/plain.txt build/$${LANGUAGE}/txt/live-manual.txt; \
 		sed -e "s|@DATE_BUILD@|$(shell LC_ALL=C date -R)|" \
-		    -e "s|@DATE_CHANGE@|$(shell LC_ALL=C git log | grep -m1 Date | awk -FDate: '{ print $2 }' | sed -e 's|^ *||g')|" \
+		    -e "s|@DATE_CHANGE@|$(shell LC_ALL=C git log | grep -m1 Date | awk -FDate: '{ print $2 }' | sed -e 's|  ||g')|" \
 		manual/$${LANGUAGE}/index.html.in > build/$${LANGUAGE}/index.html; \
 	done
 

-- 
live-manual



More information about the debian-live-changes mailing list