[SCM] live-manual branch, debian, updated. debian/2.0_a2-1-4-gdeca667

Daniel Baumann daniel at debian.org
Mon Jul 5 23:51:31 UTC 2010


The following commit has been merged in the debian branch:
commit deca6674bb5fc3e16563320059c88ae4a150eb87
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jul 6 01:50:48 2010 +0200

    Sorting build instructions per format.

diff --git a/Makefile b/Makefile
index 6a0f032..24ff458 100644
--- a/Makefile
+++ b/Makefile
@@ -34,12 +34,12 @@ build:
 		cd $(CURDIR)/build/$${LANGUAGE}/html-single; \
 		xsltproc --nonet --novalid --xinclude $(CURDIR)/xsl/html-single.xsl ../index.xml; \
 		mv $(CURDIR)/build/$${LANGUAGE}/html-single/index.html $(CURDIR)/build/$${LANGUAGE}/html-single/live-manual.html; \
-		mkdir -p $(CURDIR)/build/$${LANGUAGE}/txt; \
-		cd $(CURDIR)/build/$${LANGUAGE}/txt; \
-		xsltproc --nonet --novalid --xinclude $(CURDIR)/xsl/txt.xsl ../index.xml | w3m -cols 65 -dump -T text/html > live-manual.txt; \
 		mkdir -p $(CURDIR)/build/$${LANGUAGE}/pdf; \
 		cd $(CURDIR)/build/$${LANGUAGE}/pdf; \
 		dblatex --style=db2latex ../index.xml -o live-manual.pdf; \
+		mkdir -p $(CURDIR)/build/$${LANGUAGE}/txt; \
+		cd $(CURDIR)/build/$${LANGUAGE}/txt; \
+		xsltproc --nonet --novalid --xinclude $(CURDIR)/xsl/txt.xsl ../index.xml | w3m -cols 65 -dump -T text/html > live-manual.txt; \
 	done
 
 autobuild: clean build

-- 
live-manual



More information about the debian-live-changes mailing list