summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rwxr-xr-xDOCS/xml/configure2
-rw-r--r--DOCS/xml/en/documentation.xml2
-rw-r--r--DOCS/xml/ru/documentation.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/xml/configure b/DOCS/xml/configure
index 18a1621873..d863954f33 100755
--- a/DOCS/xml/configure
+++ b/DOCS/xml/configure
@@ -161,7 +161,7 @@ then
echo "Bailing out."
exit 1
fi
- _xsltcommand="cd \$1 && $_jade -t xml -d $_docbook_dsl $_xml_dcl \$_IN_DIR/\$3 ; mv book1.html index.html"
+ _xsltcommand="cd \$1 && $_jade -t xml -d $_docbook_dsl $_xml_dcl \$_IN_DIR/\$3"
else
echo "No valid XSLT processor found."
echo "Bailing out."
diff --git a/DOCS/xml/en/documentation.xml b/DOCS/xml/en/documentation.xml
index 84e7a23f16..f502a089c8 100644
--- a/DOCS/xml/en/documentation.xml
+++ b/DOCS/xml/en/documentation.xml
@@ -25,7 +25,7 @@
<!ENTITY video.xml SYSTEM "video.xml">
]>
-<book lang="en">
+<book id="index" lang="en">
<bookinfo id="toc">
<title>MPlayer - The Movie Player for LINUX</title>
<subtitle><ulink url="http://www.mplayerhq.hu"></ulink></subtitle>
diff --git a/DOCS/xml/ru/documentation.xml b/DOCS/xml/ru/documentation.xml
index 007176ea01..53c84fbfca 100644
--- a/DOCS/xml/ru/documentation.xml
+++ b/DOCS/xml/ru/documentation.xml
@@ -25,7 +25,7 @@
<!ENTITY video.xml SYSTEM "video.xml">
]>
-<book lang="ru">
+<book id="index" lang="ru">
<bookinfo id="toc">
<title>MPlayer - The Movie Player for LINUX</title>
<subtitle><ulink url="http://www.mplayerhq.hu"></ulink></subtitle>