[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 59d41cea16401a0d81fcb8175aa4b56575e3c25f
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Aug 10 00:51:57 2008 +0100

    Generate autobuild index files in the form "index.html.$LANG" instead of "index.$LANG.html".
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/Makefile b/Makefile
index c61525d..db56d72 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ autobuild: clean translations all
 			mkdir -p $(AUTOBUILD)/$$FORMAT/$$LANGUAGE; \
 			cp $$LANGUAGE/*.$$FORMAT $(AUTOBUILD)/$$FORMAT/$$LANGUAGE; \
 		done; \
-		sed "{s/__UPDATED__/$(shell LC_ALL=C date)/;s/__LANG__/$$LANGUAGE/;}" $$LANGUAGE/autobuild-index.html.in > $(AUTOBUILD)/index.$$LANGUAGE.html; \
+		sed "{s/__UPDATED__/$(shell LC_ALL=C date)/;s/__LANG__/$$LANGUAGE/;}" $$LANGUAGE/autobuild-index.html.in > $(AUTOBUILD)/index.html.$$LANGUAGE; \
 	done
 
 po4a:

-- 
Debian Live manual



More information about the debian-live-changes mailing list