2014-06-11 15:43:24 +00:00
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
2017-11-29 21:56:41 +00:00
|
|
|
@@ -156,7 +156,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
|
2014-06-11 15:43:24 +00:00
|
|
|
bin_SCRIPTS = curl-config
|
|
|
|
|
2017-09-25 03:00:51 +00:00
|
|
|
SUBDIRS = lib src
|
|
|
|
-DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
|
|
|
|
+DIST_SUBDIRS = $(SUBDIRS) packages include
|
2014-06-11 15:43:24 +00:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libcurl.pc
|
2017-11-29 21:56:41 +00:00
|
|
|
@@ -267,8 +267,8 @@ cygwinbin:
|
2017-05-13 11:41:30 +00:00
|
|
|
# We extend the standard install with a custom hook:
|
|
|
|
install-data-hook:
|
|
|
|
cd include && $(MAKE) install
|
|
|
|
- cd docs && $(MAKE) install
|
2017-09-25 03:00:51 +00:00
|
|
|
- cd docs/libcurl && $(MAKE) install
|
|
|
|
+ #cd docs && $(MAKE) install
|
|
|
|
+ #cd docs/libcurl && $(MAKE) install
|
2014-09-13 20:26:08 +00:00
|
|
|
|
2017-05-13 11:41:30 +00:00
|
|
|
# We extend the standard uninstall with a custom hook:
|
|
|
|
uninstall-hook:
|