summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2019-03-24 15:11:20 +0000
committerLuca Boccassi <bluca@debian.org>2019-03-24 15:11:20 +0000
commit3e5c31d3c3b721f5c0d4e7abb10b08383b91e5e6 (patch)
tree54c70e3281c29cf0160dedf2de679349ee3453dc
parentc7afb667dfe6d89588708d6498326fd9d1a4df37 (diff)
Disable HTML timestamps
Build-time timestamps in the Doxygen docs make the build unreproducible. Signed-off-by: Luca Boccassi <bluca@debian.org>
-rw-r--r--doc/Doxyfile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index a179da6..73a19f1 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -779,6 +779,10 @@ GENERATE_TREEVIEW = NO
TREEVIEW_WIDTH = 250
+# Don't timestamp the files at build time, as it makes the build unreproducible.
+
+HTML_TIMESTAMP = NO
+
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------