From c25e0761d0fc49c415417c4bc527fb1c69300825 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Mar 2017 08:01:27 +0100 Subject: make: regenerate docs/curl.1 by runinng make in docs ... previously, docs/ was only a dist subdir, now also a build subdir. Reported-by: Dan Fandrich Bug: https://curl.haxx.se/mail/lib-2017-03/0017.html --- docs/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am index eee44d875..98ea29310 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -30,7 +30,8 @@ MANDISTPAGES = curl.1.dist curl-config.1.dist HTMLPAGES = $(GENHTMLPAGES) index.html -SUBDIRS = examples libcurl cmdline-opts +SUBDIRS = libcurl cmdline-opts +DIST_SUBDIRS = $(SUBDIRS) examples CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES) $(MANDISTPAGES) curl.1 -- cgit v1.2.3