File libclaw-doxy-w-date-time.patch of Package libclaw
From 734ee5635bb6b3fb06f7d27da3ebe3c05b4e0465 Mon Sep 17 00:00:00 2001
From: Ferdinand Thiessen <rpm@fthiessen.de>
Date: Sat, 5 Jun 2021 00:46:09 +0200
Subject: [PATCH] Make build reproducible, do not include build time in docs
https://en.wikipedia.org/wiki/Reproducible_builds
---
doc/Doxyfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Doxyfile b/doc/Doxyfile
index ba0e39c..d8ad8c8 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -1007,7 +1007,7 @@ HTML_COLORSTYLE_GAMMA = 80
# page will contain the date and time when the page was generated. Setting
# this to NO can help when comparing the output of multiple runs.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
--
2.26.2