From d24838d4da9faadee5fa954bbcee7a75bb43d12b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 30 Jun 2017 16:42:26 +0200 Subject: make: build the docs subdir only from within src ... and don't build at all in include Prompted-by-work-by: Simon Warta Ref: #1590 Closes #1591 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dc66067cf..64c1ca200 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,8 +154,8 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ) \ bin_SCRIPTS = curl-config -SUBDIRS = lib docs src include -DIST_SUBDIRS = $(SUBDIRS) tests packages scripts +SUBDIRS = lib src +DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcurl.pc -- cgit v1.2.3