From: Arnout Engelen Date: Thu, 5 Nov 2020 20:27:02 +0000 (+0100) Subject: docs: generate reproducible ids X-Git-Tag: dbus-1.12.22~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91e0c5f0ccfdf5dd399c4dacea1f1f575546d6ff;p=thirdparty%2Fdbus.git docs: generate reproducible ids With this parameter, docbook will generate the same id's when generating the same docs. This is helpful to get bit-by-bit 'reproducible' output, which makes auditing the package easier. (cherry picked from commit 43e0188dbf6506f64150f3a9b2392e315b1bbdaf) --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 97dfa9a64..44897a306 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -84,7 +84,7 @@ if DBUS_XML_DOCS_ENABLED html_DATA += $(XMLTO_HTML) %.html: %.xml - $(XMLTO) html-nochunks $< + $(XMLTO) --stringparam generate.consistent.ids=1 html-nochunks $< %.1: %.1.xml $(XMLTO) man $<