From 0d6b3677381b866442c0b27b51f84a384cd69cfd Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 9 Sep 2012 07:25:21 +0000
Subject: Disable timestamps in HTML documentation for reproducible build (fix
 #856).

git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4765 a436a847-0d15-0410-975c-d299462d15a1
---
 doc/reference.doxygen.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index b3b42718..9d725552 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -942,7 +942,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
-- 
cgit v1.2.1