mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
build: fix 'make install' with configure, install docs/libcurl/* too
Broken since d24838d4da
Reported-by: Bernard Spil
This commit is contained in:
parent
2679562dc7
commit
f864bd8c88
@ -276,11 +276,13 @@ cygwinbin:
|
||||
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:
|
||||
cd include && $(MAKE) uninstall
|
||||
cd docs && $(MAKE) uninstall
|
||||
cd docs/libcurl && $(MAKE) uninstall
|
||||
|
||||
ca-bundle: lib/mk-ca-bundle.pl
|
||||
@echo "generating a fresh ca-bundle.crt"
|
||||
|
Loading…
Reference in New Issue
Block a user