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 | e32948349c9efd6f8c266a41636fd09dd8a18b00 (patch) | |
tree | ca38b7fe56f6c31fe37da9b0ad55f9d67518c5be | |
parent | 475abc122538842c054dfe2748945d0c928824c0 (diff) | |
download | suil-e32948349c9efd6f8c266a41636fd09dd8a18b00.tar.gz suil-e32948349c9efd6f8c266a41636fd09dd8a18b00.tar.bz2 suil-e32948349c9efd6f8c266a41636fd09dd8a18b00.zip |
Disable timestamps in HTML documentation for reproducible build (fix #856).
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4765 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | doc/reference.doxygen.in | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -1,11 +1,12 @@ -suil (9999) unstable; +suil (0.6.5) unstable; * Support for wrapping native Windows UIs in Gtk2 * Gracefully handle UIs with no port_event method * Replace host provided features that match Suil implemented features, rather than passing UIs duplicate features + * Disable timestamps in HTML documentation for reproducible build - -- David Robillard <d@drobilla.net> Thu, 02 Aug 2012 18:08:43 -0400 + -- David Robillard <d@drobilla.net> Sun, 09 Sep 2012 03:19:01 -0400 suil (0.6.4) stable; diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 25478da..f1ce6ac 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 |