mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
changelog: https://curl.se/ch/8.19.0.html Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
25 lines
640 B
Diff
25 lines
640 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -72,7 +72,7 @@ DISTCLEANFILES = buildinfo.txt
|
|
bin_SCRIPTS = curl-config
|
|
|
|
SUBDIRS = lib docs src scripts
|
|
-DIST_SUBDIRS = $(SUBDIRS) tests projects include docs
|
|
+DIST_SUBDIRS = $(SUBDIRS) projects include
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libcurl.pc
|
|
@@ -142,12 +142,9 @@ check-docs:
|
|
if BUILD_DOCS
|
|
install-data-hook:
|
|
(cd include && $(MAKE) install)
|
|
- (cd docs && $(MAKE) install)
|
|
- (cd docs/libcurl && $(MAKE) install)
|
|
else
|
|
install-data-hook:
|
|
(cd include && $(MAKE) install)
|
|
- (cd docs && $(MAKE) install)
|
|
endif
|
|
|
|
# We extend the standard uninstall with a custom hook:
|