Codebase list gpgme1.0 / bc923f6
avoid irreproducible html documentation Daniel Kahn Gillmor 7 years ago
2 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
1 Date: Wed, 12 Oct 2016 19:05:42 -0400
2 Subject: make documentation reproducible by omitting HTML_TIMESTAMP
3
4 we want the same docs to come out each time we run the build process.
5 ---
6 lang/qt/doc/Doxyfile.in | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/lang/qt/doc/Doxyfile.in b/lang/qt/doc/Doxyfile.in
10 index 5d94f90..577f845 100644
11 --- a/lang/qt/doc/Doxyfile.in
12 +++ b/lang/qt/doc/Doxyfile.in
13 @@ -1147,7 +1147,7 @@ HTML_COLORSTYLE_GAMMA = 80
14 # The default value is: YES.
15 # This tag requires that the tag GENERATE_HTML is set to YES.
16
17 -HTML_TIMESTAMP = YES
18 +HTML_TIMESTAMP = NO
19
20 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
21 # documentation will contain sections that can be hidden and shown after the
33 0004-gpg-Add-option-exit-on-status-write-error.patch
44 0005-tests-Add-test-for-cancellation.patch
55 0006-install-cmake-files-without-executable-bit-set.patch
6 0007-make-documentation-reproducible-by-omitting-HTML_TIM.patch