Unverified Commit f864bd8c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

Broken since d24838d4

Reported-by: Bernard Spil
parent 2679562d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"