diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-03-13 08:01:27 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-13 08:01:27 +0100 |
commit | c25e0761d0fc49c415417c4bc527fb1c69300825 (patch) | |
tree | b855322b98fc0ae444700a189caa0da2a8b2e6cf /Makefile.am | |
parent | db900ab7328706b7ad8ce18ea8c459ffcd7bb216 (diff) | |
download | curl-c25e0761d0fc49c415417c4bc527fb1c69300825.tar.gz |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |