[SCM] Debian Live manual branch, master, updated. 789f7c61bb8e5aaa4ab0d4e4b13da0ddade5bf3c

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 9 23:52:41 UTC 2008


The following commit has been merged in the master branch:
commit 789f7c61bb8e5aaa4ab0d4e4b13da0ddade5bf3c
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Aug 10 00:52:33 2008 +0100

    Emit English autobuild file as "index.html.en" for mod_negotiation to work.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/Makefile b/Makefile
index db56d72..7fb35f6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ autobuild: clean translations all
 		mkdir -p $(AUTOBUILD)/$$FORMAT; \
 		cp *.$$FORMAT $(AUTOBUILD)/$$FORMAT; \
 	done
-	sed '{s/__UPDATED__/$(shell LC_ALL=C date)/;s%/__LANG__%%;}' autobuild-index.html.in > $(AUTOBUILD)/index.html
+	sed '{s/__UPDATED__/$(shell LC_ALL=C date)/;s%/__LANG__%%;}' autobuild-index.html.in > $(AUTOBUILD)/index.html.en
 	set -e; for LANGUAGE in $(LANGUAGES); do \
 		for FORMAT in $(FORMATS); do \
 			mkdir -p $(AUTOBUILD)/$$FORMAT/$$LANGUAGE; \

-- 
Debian Live manual



More information about the debian-live-changes mailing list