gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 01/41: build: fix 'make install' with configure, in


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 01/41: build: fix 'make install' with configure, install docs/libcurl/* too
Date: Sun, 20 Aug 2017 20:46:23 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.1
in repository gnurl.

commit f864bd8c880d5a916379aa4f26f1c45fe370b282
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Aug 9 10:28:06 2017 +0200

    build: fix 'make install' with configure, install docs/libcurl/* too
    
    Broken since d24838d4da9faa
    
    Reported-by: Bernard Spil
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 64c1ca200..51d69d788 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]