summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/README
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-04-26 18:25:34 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-04-26 18:25:34 +0300
commit7795726e0f8c70edd6ecde7fd2137214af302f4f (patch)
tree87a087e69a0e2912183736de409676f824fb2248 /DOCS/xml/README
parentba3b65b92f3f822fa75b0210b841557f5b20f6d1 (diff)
parente16f02fe4001f3056b8efd1a099a563569b73f5d (diff)
downloadmpv-7795726e0f8c70edd6ecde7fd2137214af302f4f.tar.bz2
mpv-7795726e0f8c70edd6ecde7fd2137214af302f4f.tar.xz
Merge svn changes up to r31033
Diffstat (limited to 'DOCS/xml/README')
-rw-r--r--DOCS/xml/README21
1 files changed, 10 insertions, 11 deletions
diff --git a/DOCS/xml/README b/DOCS/xml/README
index 99928d7170..1897dd53eb 100644
--- a/DOCS/xml/README
+++ b/DOCS/xml/README
@@ -39,13 +39,13 @@ Installing the required tools from source
2) Download the docbook-xml package from http://www.oasis-open.org/docbook/xml/
Use the newest version. The URL will be something like this:
- http://www.oasis-open.org/docbook/xml/4.2/docbook-xml-4.2.zip
+ http://www.oasis-open.org/docbook/xml/4.2/docbook-xml-4.2.zip
Extract this package into a directory, enter it, and execute the following
commands:
- mkdir -p /usr/share/sgml/docbook/dtd/xml/4.2/
- cp -r * /usr/share/sgml/docbook/dtd/xml/4.2/
+ mkdir -p /usr/share/sgml/docbook/dtd/xml/4.2/
+ cp -r * /usr/share/sgml/docbook/dtd/xml/4.2/
3) Download the docbook-xsl package from
@@ -53,14 +53,13 @@ Installing the required tools from source
Use the newest version. The URL will be something like this:
- http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.62.0.tar.gz
+ http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.62.0.tar.gz
Extract this package into a directory, enter it, and execute the following
commands:
- mkdir -p /usr/share/sgml/docbook/stylesheet/xsl/nwalsh
- cp -r VERSION common html lib \
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh
+ mkdir -p /usr/share/sgml/docbook/stylesheet/xsl/nwalsh
+ cp -r VERSION common html lib /usr/share/sgml/docbook/stylesheet/xsl/nwalsh
Building the documentation
@@ -68,7 +67,7 @@ Building the documentation
Before trying to build the documentation, run
- make help
+ make help
to see all available build targets and make your choice. If something goes
wrong, check the Configuration section of the toplevel Makefile and adjust
@@ -82,15 +81,15 @@ As far as I know, the document type declaration in XML files requires
both a public and a system identifier. For example:
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd">
+ "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd">
where
- "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "-//OASIS//DTD DocBook XML V4.1.2//EN"
is the public, and
- "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd"
+ "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd"
is the system identifier.