projects
/
platform
/
upstream
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53dd997
)
doc: make reproducible
author
Alyssa Ross
<hi@alyssa.is>
Thu, 29 Oct 2020 12:06:36 +0000
(12:06 +0000)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/doc/publican/meson.build
b/doc/publican/meson.build
index
898ca4f
..
60305f4
100644
(file)
--- 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',