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 --- docs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am index 21c1be048..086b8c15f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -35,8 +35,8 @@ HTMLPAGES = $(GENHTMLPAGES) index.html # Build targets in this file (.) before cmdline-opts to ensure that # the curl.1 rule below runs first -SUBDIRS = libcurl . cmdline-opts -DIST_SUBDIRS = $(SUBDIRS) examples +SUBDIRS = . cmdline-opts +DIST_SUBDIRS = $(SUBDIRS) examples libcurl CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES) $(MANDISTPAGES) curl.1 -- cgit v1.2.3