]> granicus.if.org Git - curl/commitdiff
build: fix 'make install' with configure, install docs/libcurl/* too
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Aug 2017 08:28:06 +0000 (10:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Aug 2017 08:29:49 +0000 (10:29 +0200)
Broken since d24838d4da9faa

Reported-by: Bernard Spil
Makefile.am

index 64c1ca200fd3fa654b9adc95fa2101785fd767c7..51d69d788baa16c7741d0908d0e5328a032ab5df 100644 (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"