|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Real change to two files, as apparently a system stylesheet has moved
(checked in multiple Ubuntu versions, and in upstream dockbook-xsl)
from html to xhtml path. Or to be more precise, in old docbook-xsl
packages, both subdirectories existed but in newer releases only the
xhtml subdirectory exists.
- <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl/slides/html/plain.xsl"/>
+ <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl/slides/xhtml/plain.xsl"/>
The other changes were to change file to standard line endings (not
Windows) and quiet git complaints about whitespace errors. Unfortunately
the line-endings change makes it look like the files were 100% replaced.
Signed-off-by: Mats Wichmann <mats@linux.com>
|