File: 0003-remove-upstream-built-doc-from-cmake.patch

package info (click to toggle)
tango 10.1.0%2Bdfsg1-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 88,780 kB
  • sloc: cpp: 213,413; sh: 1,641; python: 1,264; javascript: 472; perl: 467; xml: 407; makefile: 294; java: 260; sql: 72
file content (23 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: =?utf-8?q?Santiago_Ruano_Rinc=C3=B3n?= <santiago@freexian.com>
Date: Wed, 25 Sep 2024 09:32:50 +0200
Subject: doc/html is being excluded in d/copyright.

Forwarded: not-needed

So we need to remove this subdir from doc/CMakeLists.txt
---
 doc/CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index d03a96f..243e183 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,7 +1,3 @@
 if (NOT WIN32)
     add_subdirectory(man)
 endif()
-
-if(TSD_HTML_DOCUMENTATION)
-    add_subdirectory(html)
-endif()