1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Make the build reproducible
Author: Chris Lamb <lamby@debian.org>
Bug-Debian: https://bugs.debian.org/878708
Forwarded: not-needed
--- a/doc/doxyfile.in
+++ b/doc/doxyfile.in
@@ -2414,7 +2414,7 @@ TAGFILES =
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.
-GENERATE_TAGFILE = html/GeographicLib.tag
+GENERATE_TAGFILE =
# If the ALLEXTERNALS tag is set to YES, all external classes and namespaces
# will be listed in the class and namespace index. If set to NO, only the
|