blob: 262eba65a329635e49486e46f7381217ad0dc211 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/Makefile.am
2+++ b/Makefile.am
3@@ -94,7 +94,7 @@ CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_S
4 bin_SCRIPTS = curl-config
5
6 SUBDIRS = lib docs src scripts
7-DIST_SUBDIRS = $(SUBDIRS) tests packages include docs
8+DIST_SUBDIRS = $(SUBDIRS) packages include
9
10 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = libcurl.pc
12@@ -203,12 +203,9 @@ cygwinbin:
13 if BUILD_DOCS
14 install-data-hook:
15 (cd include && $(MAKE) install)
16- (cd docs && $(MAKE) install)
17- (cd docs/libcurl && $(MAKE) install)
18 else
19 install-data-hook:
20 (cd include && $(MAKE) install)
21- (cd docs && $(MAKE) install)
22 endif
23
24 # We extend the standard uninstall with a custom hook: