build: fix 'make install' with configure, install docs/libcurl/* too

Broken since d24838d4da

Reported-by: Bernard Spil
This commit is contained in:
Daniel Stenberg 2017-08-09 10:28:06 +02:00
parent 2679562dc7
commit f864bd8c88
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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"