gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated (72ca24753 -> 5df0d36e1)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated (72ca24753 -> 5df0d36e1)
Date: Thu, 07 Sep 2017 21:55:42 +0200

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

ng0 pushed a change to branch master
in repository gnunet.

    from 72ca24753 doc: chapters/user: Fix a typo.
     new ecad620e1 doc: add rule with noisy build.
     new 5df0d36e1 contrib: bump gnunet

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../packages/guix/packages/gnunet/packages/gnunet.scm   |  8 ++++----
 doc/Makefile.am                                         | 17 +++++++++++++++++
 2 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm 
b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
index 7de216f1d..01cf1700d 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -61,8 +61,8 @@
 ;; Explanation for name scheme: UNIXPATH is capped at 108 characters,
 ;; this causes lots of tests to fail.
 (define-public gnunetg
-  (let* ((commit "292cc51b35bcb727fa80b7c95730dae02e41a7d4")
-         (revision "28"))
+  (let* ((commit "ecad620e1c50f7531cb9e22891213de9eb33f32c")
+         (revision "29"))
     (package
       (inherit gnunet)
       (name "gnunetg")
@@ -77,7 +77,7 @@
          (file-name (string-append name "-" version "-checkout"))
          (sha256
           (base32
-           "0sapap3y7bakmmbj5jijbp60xbmaqiliwcsk9qfgaz571wsccpy3"))))
+           "1f8kph3bp71flw9z59ia64xl21qjzkssxwqj7s9svxs6ii3c3xm2"))))
       (build-system gnu-build-system)
       (inputs
        `(("glpk" ,glpk)
@@ -220,7 +220,7 @@
          (replace 'build
            (lambda _
              (chdir "doc")
-             (zero? (system* "make" "doc-all"))))
+             (zero? (system* "make" "doc-all-give-me-the-noise"))))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 72c073496..3e9790a8a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -105,4 +105,21 @@ doc-clean:
 
 doc-all: doc-pdf doc-html doc-info doc-pdf-tutorial doc-html-tutorial 
doc-info-tutorial
 
+doc-pdf-noise: version.texi
+       @makeinfo --pdf gnunet.texi
+doc-pdf-tutorial-noise: version.texi
+       @makeinfo --pdf gnunet-c-tutorial.texi
+
+doc-html-noise: version.texi
+       @makeinfo --html gnunet.texi
+doc-html-tutorial-noise: version.texi
+       @makeinfo --html gnunet-c-tutorial.texi
+
+doc-info-noise: version.texi
+       @makeinfo --no-split gnunet.texi
+doc-info-tutorial-noise: version.texi
+       @makeinfo --no-split gnunet-c-tutorial.texi
+
+doc-all-give-me-the-noise: doc-pdf-noise doc-html-noise doc-info-noise 
doc-pdf-tutorial-noise doc-html-tutorial-noise doc-info-tutorial-noise
+
 .PHONY: version.texi

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



reply via email to

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