File: 0001-doc-CMakeLists.txt-Disable-embedding-of-full-path-na.patch

package info (click to toggle)
cmocka 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,368 kB
  • sloc: ansic: 13,102; xml: 226; makefile: 25
file content (22 lines) | stat: -rw-r--r-- 958 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Fri, 16 Jul 2021 15:13:48 +0000
Subject: [PATCH] doc/CMakeLists.txt: Disable embedding of full path names in
 documentation generated by doxygen. (Closes: #991181)

https://reproducible-builds.org/docs/build-path/
---
 doc/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 6b36c08..26a1fc4 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -88,6 +88,7 @@ if (DOXYGEN_FOUND)
                                  ${AWESOME_CSS_DIR}/doxygen-awesome-fragment-copy-button.js
                                  ${AWESOME_CSS_DIR}/doxygen-awesome-paragraph-link.js
                                  ${AWESOME_CSS_DIR}/doxygen-awesome-interactive-toc.js)
+    set(DOXYGEN_FULL_PATH_NAMES no)
 
     set(_doxyfile_template "${CMAKE_BINARY_DIR}/CMakeDoxyfile.in")
     set(_target_doxyfile "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile.docs")