From: Neels Hofmeyr Date: Thu, 7 Mar 2024 23:42:50 +0000 (+0100) Subject: Makefile: mkdir $(builddir}/doc X-Git-Tag: v1.1.0~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e828d933424470b495feb841b67b70ba216e8ecb;p=thirdparty%2Fnftables.git Makefile: mkdir $(builddir}/doc When building separately from the source tree (as in ../src/configure), the 'doc' dir is not present from just the source tree. Create the dir before calling a2x. Signed-off-by: Neels Hofmeyr Signed-off-by: Phil Sutter --- diff --git a/Makefile.am b/Makefile.am index 688a9849..fef1d8d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -342,6 +342,7 @@ EXTRA_DIST += \ CLEANFILES += doc/*~ doc/nft.8: $(ASCIIDOCS) + mkdir -p ${builddir}/doc $(AM_V_GEN)$(A2X) $(A2X_OPTS_MANPAGE) $< .adoc.3: