make: fix docs build on OpenBSD

Ref: #1591
This commit is contained in:
Ryan Winograd 2017-07-07 17:02:43 -05:00 committed by Daniel Stenberg
parent b54e0babd7
commit 793e831bbf
1 changed files with 3 additions and 0 deletions

View File

@ -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.