mirror of
https://github.com/curl/curl.git
synced 2026-05-04 19:59:54 +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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue