[SCM] Debian Live manual branch, master, updated. 52f1c13e902410544e71c9c5bb41ff20cf3d09fe

Daniel Baumann daniel at debian.org
Fri Nov 14 06:43:25 UTC 2008


The following commit has been merged in the master branch:
commit 910d940250532398907764a2f742f395786f1a9c
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Nov 14 07:41:31 2008 +0100

    Renaming autobuild to build.

diff --git a/Makefile b/Makefile
index 3b71147..b798fbc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,20 +1,20 @@
-AUTOBUILD	:= autobuild
+AUTOBUILD	:= build
 LANGUAGES       := de fr
 
 include Makefile.common
 
-autobuild: clean translations all
+build: clean translations all
 	set -e; for FORMAT in $(FORMATS); do \
 		mkdir -p $(AUTOBUILD)/$$FORMAT; \
 		cp *.$$FORMAT $(AUTOBUILD)/$$FORMAT; \
 	done
-	sed '{s/__UPDATED__/$(shell LC_ALL=C date -R)/;s%/__LANG__%%;}' autobuild-index.html.in > $(AUTOBUILD)/index.html.en
+	sed '{s/__UPDATED__/$(shell LC_ALL=C date -R)/;s%/__LANG__%%;}' build-index.html.in > $(AUTOBUILD)/index.html.en
 	set -e; for LANGUAGE in $(LANGUAGES); do \
 		for FORMAT in $(FORMATS); do \
 			mkdir -p $(AUTOBUILD)/$$FORMAT/$$LANGUAGE; \
 			cp $$LANGUAGE/*.$$FORMAT $(AUTOBUILD)/$$FORMAT/$$LANGUAGE; \
 		done; \
-		sed "{s/__UPDATED__/$(shell LC_ALL=C date -R)/;s/__LANG__/$$LANGUAGE/;}" $$LANGUAGE/autobuild-index.html.in > $(AUTOBUILD)/index.html.$$LANGUAGE; \
+		sed "{s/__UPDATED__/$(shell LC_ALL=C date -R)/;s/__LANG__/$$LANGUAGE/;}" $$LANGUAGE/build-index.html.in > $(AUTOBUILD)/index.html.$$LANGUAGE; \
 	done
 
 update:
@@ -38,6 +38,6 @@ clean:
 	rm -f xml/entities/version.ent
 
 purge: clean
-	rm -rf autobuild
+	rm -rf build
 
 .PHONY: clean po4a translations
diff --git a/autobuild-index.html.in b/build-index.html.in
similarity index 100%
copy from autobuild-index.html.in
copy to build-index.html.in
diff --git a/po4a/live-manual.cfg b/po4a/live-manual.cfg
index 8bc96a5..bfe2922 100644
--- a/po4a/live-manual.cfg
+++ b/po4a/live-manual.cfg
@@ -20,5 +20,5 @@
 [type: docbook] xml/chapters/overview.xml $lang:$lang/chapters/overview.xml
 [type: docbook] xml/chapters/reporting-bugs.xml $lang:$lang/chapters/reporting-bugs.xml
 [type: docbook] xml/chapters/resources.xml $lang:$lang/chapters/resources.xml
-[type: xhtml] autobuild-index.html.in $lang:$lang/autobuild-index.html.in
+[type: xhtml] build-index.html.in $lang:$lang/build-index.html.in
 [type: docbook] xml/index.xml $lang:$lang/index.xml

-- 
Debian Live manual



More information about the debian-live-changes mailing list