summaryrefslogtreecommitdiffstats
path: root/test/Docbook/basedir/slideshtml
Commit message (Collapse)AuthorAgeFilesLines
* Update Docbook test stylesheetsMats Wichmann2019-06-061-56/+55
| | | | | | | | | | | | | | | | | 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>
* - added import of libxslt binding to DocBook testsDirk Baechle2014-08-311-0/+1
|
* - added xsltproc tests and improved handling of the base_dir parameterDirk Baechle2013-12-202-0/+67
|
* - corrected LC_ALL setting for RPM packagingDirk Baechle2013-11-031-0/+7
| | | | - now skipping several Docbook tests, when required stylesheets aren't installed
* - added documentation and tests for the new Docbook toolDirk Baechle2013-05-034-0/+155