gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 75/205: make: regenerate docs/curl.1 by runinng mak


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 75/205: make: regenerate docs/curl.1 by runinng make in docs
Date: Thu, 20 Apr 2017 16:20:15 +0200

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

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

commit c25e0761d0fc49c415417c4bc527fb1c69300825
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Mar 13 08:01:27 2017 +0100

    make: regenerate docs/curl.1 by runinng make in docs
    
    ... previously, docs/ was only a dist subdir, now also a build subdir.
    
    Reported-by: Dan Fandrich
    Bug: https://curl.haxx.se/mail/lib-2017-03/0017.html
---
 Makefile.am      | 4 ++--
 docs/Makefile.am | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index b60cecaa2..1507a841e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -151,8 +151,8 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) 
$(VC7_SRCVCPROJ)  \
 
 bin_SCRIPTS = curl-config
 
-SUBDIRS = lib src include
-DIST_SUBDIRS = $(SUBDIRS) tests packages docs scripts
+SUBDIRS = lib docs src include
+DIST_SUBDIRS = $(SUBDIRS) tests packages scripts
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libcurl.pc
diff --git a/docs/Makefile.am b/docs/Makefile.am
index eee44d875..98ea29310 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -30,7 +30,8 @@ MANDISTPAGES = curl.1.dist curl-config.1.dist
 
 HTMLPAGES = $(GENHTMLPAGES) index.html
 
-SUBDIRS = examples libcurl cmdline-opts
+SUBDIRS = libcurl cmdline-opts
+DIST_SUBDIRS = $(SUBDIRS) examples
 
 CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES) $(MANDISTPAGES) curl.1
 

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



reply via email to

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