From b4e7835b745a05fd4221368008f01f60a80c4ed8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Sep 2012 07:27:27 +0000 Subject: Disable timestamps in HTML documentation for reproducible build (fix #856). git-svn-id: http://svn.drobilla.net/sord/trunk@262 3d64ff67-21c5-427c-a301-fe4f08042e5a --- NEWS | 3 ++- doc/reference.doxygen.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1dcd191..52f21c1 100644 --- a/NEWS +++ b/NEWS @@ -4,8 +4,9 @@ sord (0.10.3) unstable; the XSD and OWL specifications * Fix memory leaks in sord_validate * Install sord_validate man page + * Disable timestamps in HTML documentation for reproducible build - -- David Robillard Sun, 09 Sep 2012 01:41:31 -0400 + -- David Robillard Sun, 09 Sep 2012 03:19:01 -0400 sord (0.10.0) stable; diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 64577d0..b679c1c 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -939,7 +939,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 -- cgit v1.2.1