mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 08:40:55 +08:00
21 lines
603 B
Diff
21 lines
603 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -135,7 +135,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_S
|
|
bin_SCRIPTS = curl-config
|
|
|
|
SUBDIRS = lib src
|
|
-DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
|
|
+DIST_SUBDIRS = $(SUBDIRS) packages include
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libcurl.pc
|
|
@@ -243,8 +243,6 @@ cygwinbin:
|
|
# We extend the standard install with a custom hook:
|
|
install-data-hook:
|
|
(cd include && $(MAKE) install)
|
|
- (cd docs && $(MAKE) install)
|
|
- (cd docs/libcurl && $(MAKE) install)
|
|
|
|
# We extend the standard uninstall with a custom hook:
|
|
uninstall-hook:
|