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 /doc | |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |