From: Noah Meyerhans Date: Fri, 22 May 2020 04:48:59 +0000 (-0700) Subject: Don't try to build doc/rfc subdir components X-Git-Tag: archive/raspbian/1%2.3.21.1+dfsg1-1+rpi1~1^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8e2855004c59454a887f788ed068a8a56db6d51f;p=dovecot.git Don't try to build doc/rfc subdir components Forwarded: no (Debian-specific) Gbp-Pq: Name skip-rfc-subdir.patch --- diff --git a/pigeonhole/configure.ac b/pigeonhole/configure.ac index 6239f62..0bc5df3 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 4ac14f7..e5bfc91 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