From: Peter Hutterer Date: Wed, 24 Aug 2016 04:30:14 +0000 (+1000) Subject: doc: drop the HTML_TIMESTAMP X-Git-Tag: libevdev-1.5.5~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d05736765cfa75e10f6aa4363baeb0fe0da86f92;p=platform%2Fupstream%2Flibevdev.git doc: drop the HTML_TIMESTAMP Allows for reproducible builds. Debian carries a patch for this, and the timestamp doesn't really add much since the doc is either in sync with master or represents the release tag. Might as well drop it. Signed-off-by: Peter Hutterer --- diff --git a/doc/libevdev.doxygen.in b/doc/libevdev.doxygen.in index d64efa9..bb3774f 100644 --- a/doc/libevdev.doxygen.in +++ b/doc/libevdev.doxygen.in @@ -12,7 +12,6 @@ INPUT = @top_srcdir@/libevdev/libevdev.h \ EXAMPLE_PATH = @top_srcdir@/include GENERATE_HTML = YES HTML_EXTRA_STYLESHEET = @srcdir@/libevdev.css -HTML_TIMESTAMP = YES GENERATE_LATEX = NO MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES