From: Ryan Winograd Date: Fri, 7 Jul 2017 22:02:43 +0000 (-0500) Subject: make: fix docs build on OpenBSD X-Git-Tag: curl-7_55_0~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=793e831bbff597212c72ded33c375891c8394f6d;p=thirdparty%2Fcurl.git make: fix docs build on OpenBSD Ref: #1591 --- diff --git a/src/Makefile.am b/src/Makefile.am index 861668467d..bfcd877fc1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -102,6 +102,9 @@ HUGE=tool_hugehelp.c if USE_MANUAL # Here are the stuff to create a built-in manual +$(MANPAGE): + cd $(top_builddir)/docs && $(MAKE) + if HAVE_LIBZ # This generates the tool_hugehelp.c file in both uncompressed and # compressed formats.