diff options
author | David Robillard <d@drobilla.net> | 2012-09-09 07:25:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-09-09 07:25:55 +0000 |
commit | 0ac6c7cd26dc9155e7935ce1b11902674f181763 (patch) | |
tree | 84b37f014a2f6ee80a765bb951c6dd2dbe308cba | |
parent | d7b2e80c9291bb2defeac5fc128c957c7c38514f (diff) | |
download | serd-0ac6c7cd26dc9155e7935ce1b11902674f181763.tar.gz serd-0ac6c7cd26dc9155e7935ce1b11902674f181763.tar.bz2 serd-0ac6c7cd26dc9155e7935ce1b11902674f181763.zip |
Disable timestamps in HTML documentation for reproducible build (fix #856).
git-svn-id: http://svn.drobilla.net/serd/trunk@382 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | doc/reference.doxygen.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +serd (0.18.1) unstable; + + * Disable timestamps in HTML documentation for reproducible build + +-- David Robillard <d@drobilla.net> Sun, 09 Sep 2012 03:19:01 -0400 + serd (0.18.0) stable; * Support digits at start of local names as per new Turtle grammar diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 8ff954ac..a4dde9a8 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 |