mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:18:08 +03:00
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
This commit is contained in:
parent
0362c77841
commit
d24838d4da
3 changed files with 6 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue