From e53e0edf0f892670f3e8c5dd527b3bb22335d32d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 29 Oct 2020 12:06:36 +0000 Subject: [PATCH] doc: make reproducible This setting makes Docbook section IDs consistent, and should allow Wayland builds that include documentation to be fully reproducible. Signed-off-by: Alyssa Ross --- doc/publican/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/publican/meson.build b/doc/publican/meson.build index 898ca4fc..60305f49 100644 --- a/doc/publican/meson.build +++ b/doc/publican/meson.build @@ -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',