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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-08-24 14:30:14 +10:00
parent 0f346f3090
commit d05736765c

View file

@ -12,7 +12,6 @@ INPUT = @top_srcdir@/libevdev/libevdev.h \
EXAMPLE_PATH = @top_srcdir@/include EXAMPLE_PATH = @top_srcdir@/include
GENERATE_HTML = YES GENERATE_HTML = YES
HTML_EXTRA_STYLESHEET = @srcdir@/libevdev.css HTML_EXTRA_STYLESHEET = @srcdir@/libevdev.css
HTML_TIMESTAMP = YES
GENERATE_LATEX = NO GENERATE_LATEX = NO
MACRO_EXPANSION = YES MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES EXPAND_ONLY_PREDEF = YES