]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Doxyfile.in: do not put timestamps in HTML
authorSimon McVittie <smcv@debian.org>
Wed, 6 May 2015 08:17:06 +0000 (09:17 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 18 Apr 2017 11:47:17 +0000 (12:47 +0100)
The build timestamp is not particularly useful (the version number of
the package is already present in the HTML), and it prevents the build
from being reproducible. See <https://reproducible-builds.org/> for more
information.

Signed-off-by: Simon McVittie <smcv@debian.org>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=100692

Doxyfile.in

index f0a37eda14d57a889465d1e76e99171e126d3a90..dbbdb4f746456e919931907d6ab9f80409ed5f04 100644 (file)
@@ -102,6 +102,7 @@ DISABLE_INDEX          = NO
 ENUM_VALUES_PER_LINE   = 4
 GENERATE_TREEVIEW      = NO
 TREEVIEW_WIDTH         = 250
+HTML_TIMESTAMP         = NO
 #---------------------------------------------------------------------------
 # configuration options related to the LaTeX output
 #---------------------------------------------------------------------------