blob: 34dfc6810d46ad4d541901544c551649fed8edfa (
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
37
38
39
40
41
42
43
44
45
46
47
|
From: Noah Meyerhans <noahm@debian.org>
Date: Thu, 21 May 2020 21:48:59 -0700
Subject: Don't try to build doc/rfc subdir components
Forwarded: no (Debian-specific)
---
pigeonhole/configure.ac | 1 -
pigeonhole/doc/Makefile.am | 1 -
pigeonhole/doc/Makefile.in | 1 -
3 files changed, 3 deletions(-)
diff --git a/pigeonhole/configure.ac b/pigeonhole/configure.ac
index 227746a..38671ed 100644
--- a/pigeonhole/configure.ac
+++ b/pigeonhole/configure.ac
@@ -176,7 +176,6 @@ doc/Makefile
doc/man/Makefile
doc/example-config/Makefile
doc/example-config/conf.d/Makefile
-doc/rfc/Makefile
doc/extensions/Makefile
doc/locations/Makefile
doc/plugins/Makefile
diff --git a/pigeonhole/doc/Makefile.am b/pigeonhole/doc/Makefile.am
index 5131ece..258c135 100644
--- a/pigeonhole/doc/Makefile.am
+++ b/pigeonhole/doc/Makefile.am
@@ -1,7 +1,6 @@
SUBDIRS = \
man \
example-config \
- rfc \
extensions \
locations \
plugins
diff --git a/pigeonhole/doc/Makefile.in b/pigeonhole/doc/Makefile.in
index bf2b89c..a849848 100644
--- a/pigeonhole/doc/Makefile.in
+++ b/pigeonhole/doc/Makefile.in
@@ -404,7 +404,6 @@ top_srcdir = @top_srcdir@
SUBDIRS = \
man \
example-config \
- rfc \
extensions \
locations \
plugins
|