File: 0001-Stop-generating-latex-based-PDF.patch

package info (click to toggle)
pupnp 1%3A1.14.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,608 kB
  • sloc: ansic: 34,654; xml: 1,173; cpp: 573; makefile: 340; sh: 233; python: 51; javascript: 7
file content (21 lines) | stat: -rw-r--r-- 698 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
From: Sebastian Ramacher <sramacher@debian.org>
Date: Sun, 7 Sep 2025 21:38:49 +0200
Subject: Stop generating latex-based PDF

---
 docs/Doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Doxyfile b/docs/Doxyfile
index 1c6f206..3782d10 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -1649,7 +1649,7 @@ EXTRA_SEARCH_MAPPINGS  =
 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
 # The default value is: YES.
 
-GENERATE_LATEX         = YES
+GENERATE_LATEX         = NO
 
 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of