]> granicus.if.org Git - curl/commitdiff
make: fix docs build on OpenBSD
authorRyan Winograd <ryan@thewinograds.com>
Fri, 7 Jul 2017 22:02:43 +0000 (17:02 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Jul 2017 11:54:02 +0000 (13:54 +0200)
Ref: #1591

src/Makefile.am

index 861668467d4d01d765d5de28332b284dbf449a3f..bfcd877fc1fc7ccfd5f10c4b7d7a36942e9a4144 100644 (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.