From: Aki Tuomi Date: Thu, 22 Sep 2022 07:01:49 +0000 (+0300) Subject: doc: Ensure target installation directory exists X-Git-Tag: 2.4.0~3607 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e4764595eae0fd75eb1ca8024871418bd634031;p=thirdparty%2Fdovecot%2Fcore.git doc: Ensure target installation directory exists --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 438a427335..70f9ec4dd9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -75,6 +75,7 @@ dist-hook: install-data-local: if [ ! -e html/index.html ]; then $(MAKE) html; fi + $(MKDIR_P) "$(DESTDIR)$(docdir)" cp -nrf html "$(DESTDIR)$(docdir)" uninstall-local: