summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Winograd <ryan@thewinograds.com>2017-07-07 17:02:43 -0500
committerDaniel Stenberg <daniel@haxx.se>2017-07-10 13:54:02 +0200
commit793e831bbff597212c72ded33c375891c8394f6d (patch)
treecbdc3778e3ae6a9c29bc887d8365c1326059d575
parentb54e0babd74839159b0f0d34a6469f7ca327358c (diff)
downloadcurl-793e831bbff597212c72ded33c375891c8394f6d.tar.gz
make: fix docs build on OpenBSD
Ref: #1591
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 861668467..bfcd877fc 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.