mirror of
https://github.com/mpv-player/mpv
synced 2025-01-17 20:48:46 +00:00
Document, that chunk.xsl mustn't be included directly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11133 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d925db08d6
commit
7e2372a3ed
@ -31,6 +31,10 @@ Adding new translations
|
|||||||
'html.xsl'. And do not forget to import the toplevel XSL file:
|
'html.xsl'. And do not forget to import the toplevel XSL file:
|
||||||
|
|
||||||
<xsl:import href="../html.xsl"/>
|
<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
|
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:
|
as suggested in step 4) and add somwhere after <xsl:import .../> such string:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user