diff options
author | David Robillard <d@drobilla.net> | 2012-09-09 07:25:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-09-09 07:25:21 +0000 |
commit | 4ac8345ec28fa4c72cb8cecef63d7cad61392d4c (patch) | |
tree | 746b8bd0a8cbc42b96f8aa0128e1730bd71fde14 | |
parent | 79af594714dcb1756274067fe632f0ba3098450e (diff) | |
download | raul-4ac8345ec28fa4c72cb8cecef63d7cad61392d4c.tar.gz raul-4ac8345ec28fa4c72cb8cecef63d7cad61392d4c.tar.bz2 raul-4ac8345ec28fa4c72cb8cecef63d7cad61392d4c.zip |
Disable timestamps in HTML documentation for reproducible build (fix #856).
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4765 a436a847-0d15-0410-975c-d299462d15a1
-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 45b3288..bc80adf 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -941,7 +941,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 |