diff options
author | lumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-15 20:54:38 +0000 |
---|---|---|
committer | lumag <lumag@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-15 20:54:38 +0000 |
commit | 7e2372a3ed1380c28b2d0259d3628607a10e4c7b (patch) | |
tree | a2e5cf3b12de53640080eabf054d7a6f4ffeb600 /DOCS | |
parent | d925db08d6442928196fa1e2fa2cad952137f124 (diff) |
Document, that chunk.xsl mustn't be included directly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11133 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/README.maintainers | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/xml/README.maintainers b/DOCS/xml/README.maintainers index 83b7e7ceeb..c9469bee51 100644 --- a/DOCS/xml/README.maintainers +++ b/DOCS/xml/README.maintainers @@ -31,6 +31,10 @@ Adding new translations 'html.xsl'. And do not forget to import the toplevel XSL file: <xsl:import href="../html.xsl"/> + + Note: you mustn't xsl:include or xsl:import chunk.xsl directly! + Including it can (and will) break building of documentation, if chunk.xsl + is installed in the uncommon place. 5) If you wish to change output encoding of generated files, create html.xsl as suggested in step 4) and add somwhere after <xsl:import .../> such string: |