[SCM] live-manual branch, debian, updated. debian/2.0_a9-1-17-g7d978ac

Ben Armstrong synrg at debian.org
Tue Nov 2 22:59:50 UTC 2010


The following commit has been merged in the debian branch:
commit 7d978ace327fe8ffcc2b4adca85a9fefe8c691a6
Author: Ben Armstrong <synrg at debian.org>
Date:   Tue Nov 2 19:59:20 2010 -0300

    Fixing restructuring of html dir for autobuild.

diff --git a/Makefile b/Makefile
index 9fc7b9d..e86b50f 100644
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,10 @@ autobuild: clean build
 		mkdir -p build/$${LANGUAGE}/epub; \
 		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/epub/live-manual.epub build/$${LANGUAGE}/epub; \
 		mkdir -p build/$${LANGUAGE}/html; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/[0-9]*.html manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/index.html build/$${LANGUAGE}/html; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/doc.html build/$${LANGUAGE}/html/live-manual.html; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/*.html build/$${LANGUAGE}/html; \
+		mv build/$${LANGUAGE}/html/doc.html build/$${LANGUAGE}/html/live-manual.html; \
 		cp -a manual/$${LANGUAGE}/build/$${LANGUAGE}/_sisu build/$${LANGUAGE}; \
+		rm -f build/$${LANGUAGE}/html/toc.html build/$${LANGUAGE}/html/sisu_manifest.html build/$${LANGUAGE}/html/toc.html build/$${LANGUAGE}/html/metadata.html; \
 		mkdir -p build/$${LANGUAGE}/odf; \
 		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/opendocument.odt build/$${LANGUAGE}/odf/live-manual.odt; \
 		mkdir -p build/$${LANGUAGE}/pdf; \

-- 
live-manual



More information about the debian-live-changes mailing list