From: Aki Tuomi Date: Thu, 29 Sep 2022 08:50:48 +0000 (+0300) Subject: doc: Build and install documentation only when asked for X-Git-Tag: 2.4.0~3604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09d8dd0d23f2c8bb03dbb37ed13f213cde5d283a;p=thirdparty%2Fdovecot%2Fcore.git doc: Build and install documentation only when asked for --- diff --git a/doc/Makefile.am b/doc/Makefile.am index cff22e325a..16485c863a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,8 +1,7 @@ extra_dist_extra = -SUBDIRS = . man example-config +SUBDIRS = . example-config DOCDIRS = example-config -BUILT_SOURCES = html mans docfiles = \ thread-refs.txt \ @@ -18,7 +17,11 @@ am__v_Q_0 = -q am__v_Q_1 = if INSTALL_DOCS +SUBDIRS += man +DOCDIRS += html + if HAVE_VENV +BUILT_SOURCES = html mans extra_dist_extra += html man documentation_sources = $(top_srcdir)/doc/documentation-main