diff options
author | David Robillard <d@drobilla.net> | 2012-09-09 07:27:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-09-09 07:27:27 +0000 |
commit | b4e7835b745a05fd4221368008f01f60a80c4ed8 (patch) | |
tree | 3ae6a705305dafa92963ca27630ca6d80f113758 | |
parent | 178a5a788b59d429879ffbf393fb92993b25ea2b (diff) | |
download | sord-b4e7835b745a05fd4221368008f01f60a80c4ed8.tar.gz sord-b4e7835b745a05fd4221368008f01f60a80c4ed8.tar.bz2 sord-b4e7835b745a05fd4221368008f01f60a80c4ed8.zip |
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
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | doc/reference.doxygen.in | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 <d@drobilla.net> Sun, 09 Sep 2012 01:41:31 -0400 + -- David Robillard <d@drobilla.net> 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 |