summaryrefslogtreecommitdiffstats
path: root/debian/patches/0004-Disable-treat-warnings-as-errors-in-sphinx-build.patch
blob: 3bf68b8d0c55ff2dd5ea79793aaf0ace71ef7e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@debian.org>
Date: Wed, 18 May 2022 17:17:57 +0200
Subject: Disable treat-warnings-as-errors in sphinx-build

---
 doc/arm/Makefile.in | 1 -
 doc/man/Makefile.in | 2 --
 2 files changed, 3 deletions(-)

diff --git a/doc/arm/Makefile.in b/doc/arm/Makefile.in
index ce365e3..806f577 100644
--- a/doc/arm/Makefile.in
+++ b/doc/arm/Makefile.in
@@ -29,7 +29,6 @@ SPHINXBUILD = @SPHINX_BUILD@
 SPHINXBUILDDIR = ${builddir}/_build
 
 common_SPHINXOPTS =	\
-	-W		\
 	-a		\
 	-v		\
 	-c "${abs_srcdir}"
diff --git a/doc/man/Makefile.in b/doc/man/Makefile.in
index 75794f7..7148293 100644
--- a/doc/man/Makefile.in
+++ b/doc/man/Makefile.in
@@ -158,10 +158,8 @@ BIND9_VERSIONSTRING=@BIND9_VERSIONSTRING@
 # You can set these variables from the command line.
 SPHINXBUILD = @SPHINX_BUILD@
 SPHINXBUILDDIR = ${builddir}/_build
-SPHINX_W = -W
 
 common_SPHINXOPTS =		\
-	$(SPHINX_W)		\
 	-a			\
 	-v			\
 	-c "${abs_srcdir}"