0f7198bc6d0f08ce52e3244045a80cf5a64a0b86
[lede-git/.git] / package / network / utils / curl / patches / 200-no_docs_tests.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -154,8 +154,8 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
4  
5  bin_SCRIPTS = curl-config
6  
7 -SUBDIRS = lib docs src include
8 -DIST_SUBDIRS = $(SUBDIRS) tests packages scripts
9 +SUBDIRS = lib src include
10 +DIST_SUBDIRS = $(SUBDIRS) packages
11  
12  pkgconfigdir = $(libdir)/pkgconfig
13  pkgconfig_DATA = libcurl.pc
14 @@ -272,7 +272,7 @@ cygwinbin:
15  # We extend the standard install with a custom hook:
16  install-data-hook:
17         cd include && $(MAKE) install
18 -       cd docs && $(MAKE) install
19 +#      cd docs && $(MAKE) install
20  
21  # We extend the standard uninstall with a custom hook:
22  uninstall-hook: