gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 07/41: doc: doc-gendoc-install rule.


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 07/41: doc: doc-gendoc-install rule.
Date: Tue, 28 Nov 2017 21:03:13 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

commit be70bbdc64b58d7a8e5a3f37168ad39efdc51d1d
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 27 16:14:30 2017 +0000

    doc: doc-gendoc-install rule.
---
 contrib/packages/guix/gnunet-doc.scm | 2 +-
 doc/documentation/Makefile.am        | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/packages/guix/gnunet-doc.scm 
b/contrib/packages/guix/gnunet-doc.scm
index b1ede6612..8e775e801 100644
--- a/contrib/packages/guix/gnunet-doc.scm
+++ b/contrib/packages/guix/gnunet-doc.scm
@@ -152,7 +152,7 @@
                ;;(zero? (system* "make" "doc-all-give-me-the-noise"))))
            (replace 'install
              (lambda _
-               (zero? (system* "make" "doc-all-install")))))))
+               (zero? (system* "make" "doc-gendoc-install")))))))
              ;;(lambda* (#:key outputs #:allow-other-keys)
                ;; (let* ((out (assoc-ref outputs "out"))
                ;;        (doc (string-append out "/share/doc/gnunet")))
diff --git a/doc/documentation/Makefile.am b/doc/documentation/Makefile.am
index 5bcf3d2a3..de23ea142 100644
--- a/doc/documentation/Makefile.am
+++ b/doc/documentation/Makefile.am
@@ -185,6 +185,10 @@ doc-all-install:
        @install gnunet.html $(DESTDIR)/$(docdir)
        @install gnunet-c-tutorial.html $(DESTDIR)/$(docdir)
 
+doc-gendoc-install:
+       @mkdir -p $(DESTDIR)/$(docdir)
+       @install -m 0755 manual $(DESTDIR)/$(docdir)
+
 #      @cp -r images $(DESTDIR)/$(infoimagedir)
 
 dev-build: version.texi version2.texi
@@ -208,6 +212,7 @@ clean:
        @rm gnunet-c-tutorial.html
        @rm -r gnunet.t2p
        @rm -r gnunet-c-tutorial.t2p
+       @rm -r manual
 
 # CLEANFILES =                                         \
 #      gnunet.log                                      \

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



reply via email to

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