summaryrefslogtreecommitdiff
path: root/doc/doxy-wrapper.sh
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-02-02 00:20:18 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-02 05:04:14 +0100
commit103e4c58633f210d7c3203cae121ba5b5123afa6 (patch)
treead09b02e45feb95397407e4daf6996613f070914 /doc/doxy-wrapper.sh
parentaa945dc112b098f3b8139b1d97475839ea88410e (diff)
stop embedding the build date
Theis makes the build binary reproducible. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/doxy-wrapper.sh')
-rwxr-xr-xdoc/doxy-wrapper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doxy-wrapper.sh b/doc/doxy-wrapper.sh
index d88f60e55d..bbdb9097b7 100755
--- a/doc/doxy-wrapper.sh
+++ b/doc/doxy-wrapper.sh
@@ -10,4 +10,5 @@ $DOXYGEN - <<EOF
@INCLUDE = ${DOXYFILE}
INPUT = $@
EXAMPLE_PATH = ${SRC_PATH}/doc/examples
+HTML_TIMESTAMP = NO
EOF