mirror of
https://github.com/curl/curl.git
synced 2026-04-27 00:22:12 +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
|
|
@ -43,6 +43,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
|
|||
|
||||
bin_PROGRAMS = curl
|
||||
|
||||
SUBDIRS = ../docs
|
||||
|
||||
if USE_CPPFLAG_CURL_STATICLIB
|
||||
AM_CPPFLAGS += -DCURL_STATICLIB
|
||||
endif
|
||||
|
|
@ -81,7 +83,6 @@ libcurltool_la_LDFLAGS = -static $(LINKFLAGS)
|
|||
libcurltool_la_SOURCES = $(curl_SOURCES)
|
||||
endif
|
||||
|
||||
BUILT_SOURCES = tool_hugehelp.c
|
||||
CLEANFILES = tool_hugehelp.c
|
||||
# Use the C locale to ensure that only ASCII characters appear in the
|
||||
# embedded text.
|
||||
|
|
@ -101,9 +102,6 @@ HUGE=tool_hugehelp.c
|
|||
if USE_MANUAL
|
||||
# Here are the stuff to create a built-in manual
|
||||
|
||||
$(MANPAGE):
|
||||
cd $(top_builddir)/docs && $(MAKE)
|
||||
|
||||
if HAVE_LIBZ
|
||||
# This generates the tool_hugehelp.c file in both uncompressed and
|
||||
# compressed formats.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue