doc: make reproducible
authorAlyssa Ross <hi@alyssa.is>
Thu, 29 Oct 2020 12:06:36 +0000 (12:06 +0000)
committerSimon Ser <contact@emersion.fr>
Thu, 29 Oct 2020 12:56:15 +0000 (12:56 +0000)
This setting makes Docbook section IDs consistent, and should allow
Wayland builds that include documentation to be fully reproducible.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
doc/publican/meson.build

index 898ca4f..60305f4 100644 (file)
@@ -9,6 +9,7 @@ custom_target(
                '--skip-validation',
                '--stringparam', 'chunk.section.depth=0',
                '--stringparam', 'toc.section.depth=1',
+               '--stringparam', 'generate.consistent.ids=1',
                '--stringparam', 'html.stylesheet=css/default.css',
                '-o', '@OUTPUT@',
                'html',