Commit 793e831b authored by Ryan Winograd's avatar Ryan Winograd Committed by Daniel Stenberg
Browse files

make: fix docs build on OpenBSD

Ref: #1591
parent b54e0bab
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.