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 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b60cecaa2..1507a841e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,8 +151,8 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ) \ bin_SCRIPTS = curl-config -SUBDIRS = lib src include -DIST_SUBDIRS = $(SUBDIRS) tests packages docs scripts +SUBDIRS = lib docs src include +DIST_SUBDIRS = $(SUBDIRS) tests packages scripts pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc -- cgit v1.2.3