diff options
-rw-r--r-- | DOCS/xml/README | 2 | ||||
-rw-r--r-- | DOCS/xml/README.maintainers | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/README b/DOCS/xml/README index 13b53501dc..a1cd1dbbc3 100644 --- a/DOCS/xml/README +++ b/DOCS/xml/README @@ -54,7 +54,7 @@ is the system identifier. The problem is that the system identifier is most probably system-dependent. To avoid the need to manually fix the system identifiers before building the documentation, I've decided to use SGML catalogs. If you have your catalogs -set up correctly, xmllint and xsltproc will use the them to find the DTDs +set up correctly, xmllint and xsltproc will use them to find the DTDs based on the public identifiers. Note that this works only if public identifiers override system identifiers diff --git a/DOCS/xml/README.maintainers b/DOCS/xml/README.maintainers index 56ec979fa2..5456ad851a 100644 --- a/DOCS/xml/README.maintainers +++ b/DOCS/xml/README.maintainers @@ -32,7 +32,7 @@ Adding new translations <xsl:import href="../html.xsl"/> -5) If you are using you own HTML stylesheet, edit your Makefile and set +5) If you are using your own HTML stylesheet, edit your Makefile and set the HTML_STYLESHEET variable to its name. That's all, in theory. |