mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
b48ed85145
By default, DocBook XSL uses a non-deterministic function to generate IDs for HTML elements where it can't take a name from the input document. However, it has the option to generate 'consistent' (deterministic) IDs instead. Enable this to make the HTML pages reproducible. Reported-by: Jérémy Bobbio <lunar@debian.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
12 lines
493 B
XML
12 lines
493 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
<param name="chunk.quietly">1</param>
|
|
<param name="funcsynopsis.style">ansi</param>
|
|
<param name="funcsynopsis.tabular.threshold">80</param>
|
|
<param name="callout.graphics">0</param>
|
|
<!-- <param name="paper.type">A4</param> -->
|
|
<param name="generate.consistent.ids">1</param>
|
|
<param name="generate.section.toc.level">2</param>
|
|
<param name="use.id.as.filename">1</param>
|
|
</stylesheet>
|