mirror of
https://github.com/curl/curl.git
synced 2026-06-08 12:54:16 +03:00
autotools: try fix
This commit is contained in:
parent
98a03536c9
commit
39adeb30f0
1 changed files with 1 additions and 2 deletions
|
|
@ -132,11 +132,10 @@ HUGEIT_0 = @echo " HUGE " $@;
|
|||
HUGEIT_1 =
|
||||
HUGEIT_ = $(HUGEIT_0)
|
||||
|
||||
curl_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
curl_CPPFLAGS = $(AM_CPPFLAGS) -DUSE_MANUAL
|
||||
|
||||
if USE_MANUAL
|
||||
# Here are the stuff to create a built-in manual
|
||||
curl_CPPFLAGS += -DUSE_MANUAL
|
||||
|
||||
$(ASCIIPAGE):
|
||||
cd $(top_builddir)/docs && $(MAKE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue