|
|
@@ -1,22 +1,22 @@
|
|
|
--- a/Makefile.am
|
|
|
+++ b/Makefile.am
|
|
|
-@@ -154,8 +154,8 @@
|
|
|
-
|
|
|
+@@ -155,7 +155,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
|
|
|
bin_SCRIPTS = curl-config
|
|
|
|
|
|
--SUBDIRS = lib docs src include
|
|
|
--DIST_SUBDIRS = $(SUBDIRS) tests packages scripts
|
|
|
-+SUBDIRS = lib src include
|
|
|
-+DIST_SUBDIRS = $(SUBDIRS) packages
|
|
|
+ SUBDIRS = lib src
|
|
|
+-DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
|
|
|
++DIST_SUBDIRS = $(SUBDIRS) packages include
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
pkgconfig_DATA = libcurl.pc
|
|
|
-@@ -275,7 +275,7 @@
|
|
|
+@@ -275,8 +275,8 @@ cygwinbin:
|
|
|
# We extend the standard install with a custom hook:
|
|
|
install-data-hook:
|
|
|
cd include && $(MAKE) install
|
|
|
- cd docs && $(MAKE) install
|
|
|
-+# cd docs && $(MAKE) install
|
|
|
+- cd docs/libcurl && $(MAKE) install
|
|
|
++ #cd docs && $(MAKE) install
|
|
|
++ #cd docs/libcurl && $(MAKE) install
|
|
|
|
|
|
# We extend the standard uninstall with a custom hook:
|
|
|
uninstall-hook:
|