2014-06-11 15:43:24 +00:00
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
2017-06-26 15:09:59 +00:00
|
|
|
@@ -154,8 +154,8 @@
|
2017-05-13 11:41:30 +00:00
|
|
|
|
2014-06-11 15:43:24 +00:00
|
|
|
bin_SCRIPTS = curl-config
|
|
|
|
|
2017-05-13 11:41:30 +00:00
|
|
|
-SUBDIRS = lib docs src include
|
|
|
|
-DIST_SUBDIRS = $(SUBDIRS) tests packages scripts
|
|
|
|
+SUBDIRS = lib src include
|
2014-06-11 15:43:24 +00:00
|
|
|
+DIST_SUBDIRS = $(SUBDIRS) packages
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libcurl.pc
|
2017-06-26 15:09:59 +00:00
|
|
|
@@ -275,7 +275,7 @@
|
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
|
|
|
|
+# cd docs && $(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:
|