1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-26 10:14:33 +00:00

Set id="index" option

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10352 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lumag 2003-06-30 19:30:36 +00:00
parent ece92e4e3a
commit cd41144843
3 changed files with 3 additions and 3 deletions

2
DOCS/xml/configure vendored
View File

@ -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."

View File

@ -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>

View File

@ -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>