[SCM] Debian Live manual branch, master, updated. a39f0aaac607fb91c44e9a4a9fe558982b6e4196

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


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

    Rename index.html.in to autobuild-index.html.in.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/Makefile b/Makefile
index 920c939..c61525d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,13 +8,13 @@ autobuild: clean translations all
 		mkdir -p $(AUTOBUILD)/$$FORMAT; \
 		cp *.$$FORMAT $(AUTOBUILD)/$$FORMAT; \
 	done
-	sed '{s/__UPDATED__/$(shell LC_ALL=C date)/;s%/__LANG__%%;}' index.html.in > $(AUTOBUILD)/index.html
+	sed '{s/__UPDATED__/$(shell LC_ALL=C date)/;s%/__LANG__%%;}' autobuild-index.html.in > $(AUTOBUILD)/index.html
 	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)/;s/__LANG__/$$LANGUAGE/;}" $$LANGUAGE/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.$$LANGUAGE.html; \
 	done
 
 po4a:
diff --git a/index.html.in b/autobuild-index.html.in
similarity index 100%
rename from index.html.in
rename to autobuild-index.html.in
diff --git a/po4a/live-manual.cfg b/po4a/live-manual.cfg
index edb74cf..63ef48f 100644
--- a/po4a/live-manual.cfg
+++ b/po4a/live-manual.cfg
@@ -18,5 +18,5 @@
 [type: docbook] chapters/overview.xml $lang:$lang/chapters/overview.xml
 [type: docbook] chapters/reporting-bugs.xml $lang:$lang/chapters/reporting-bugs.xml
 [type: docbook] chapters/resources.xml $lang:$lang/chapters/resources.xml 
-[type: xhtml] index.html.in $lang:$lang/index.html.in
+[type: xhtml] autobuild-index.html.in $lang:$lang/autobuild-index.html.in
 [type: docbook] index.xml $lang:$lang/index.xml
diff --git a/po4a/pot/index.html.in.pot b/po4a/pot/autobuild-index.html.in.pot
similarity index 82%
rename from po4a/pot/index.html.in.pot
rename to po4a/pot/autobuild-index.html.in.pot
index dc9438e..b488f43 100644
--- a/po4a/pot/index.html.in.pot
+++ b/po4a/pot/autobuild-index.html.in.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2008-08-09 20:46+0300\n"
+"POT-Creation-Date: 2008-08-10 00:35+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,27 +16,27 @@ msgstr ""
 "Content-Transfer-Encoding: ENCODING"
 
 # type: Content of: <html><head><title>
-#: index.html.in:3
+#: autobuild-index.html.in:3
 msgid "Debian Live manual"
 msgstr ""
 
 # type: Content of: <html><body><p><a>
-#: index.html.in:7
+#: autobuild-index.html.in:7
 msgid "<a href=\"http://debian-live.alioth.debian.org/\">"
 msgstr ""
 
 # type: Content of: <html><body><p>
-#: index.html.in:7
+#: autobuild-index.html.in:7
 msgid "</a>"
 msgstr ""
 
 # type: Content of: <book><title>
-#: index.html.in:9 index.xml:9
+#: autobuild-index.html.in:9 index.xml:9
 msgid "Debian Live Manual"
 msgstr ""
 
 # type: Content of: <html><body><p>
-#: index.html.in:11
+#: autobuild-index.html.in:11
 msgid ""
 "<em>This manual is under heavy construction.</em> Please report errors, "
 "omissions, patches and suggestions to <a href=\"mailto:debian-live-"
@@ -45,33 +45,33 @@ msgid ""
 msgstr ""
 
 # type: Content of: <html><body><p>
-#: index.html.in:13
+#: autobuild-index.html.in:13
 msgid "Formats:"
 msgstr ""
 
 # type: Content of: <html><body><p><ul><li>
-#: index.html.in:15
+#: autobuild-index.html.in:15
 msgid "<strong><a href=\"html/__LANG__/\">HTML</a></strong>"
 msgstr ""
 
 # type: Content of: <html><body><p><ul><li>
-#: index.html.in:16
+#: autobuild-index.html.in:16
 msgid "<a href=\"txt/__LANG__/live-manual.txt\">Plain text</a>"
 msgstr ""
 
 # type: Content of: <html><body><p><ul><li>
-#: index.html.in:17
+#: autobuild-index.html.in:17
 msgid "<a href=\"pdf/__LANG__/live-manual.pdf\">PDF</a>"
 msgstr ""
 
 # type: Content of: <html><body><p>
-#: index.html.in:21
+#: autobuild-index.html.in:21
 msgid ""
 "The source for this manual is available <a href=\"http://git.debian.org/?"
 "p=debian-live/live-manual.git\">here</a>."
 msgstr ""
 
 # type: Content of: <html><body><p>
-#: index.html.in:24
+#: autobuild-index.html.in:24
 msgid "Last updated: __UPDATED__."
 msgstr ""

-- 
Debian Live manual



More information about the debian-live-changes mailing list