diff options
author | ng0 <ng0@infotropique.org> | 2017-10-27 16:14:30 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-10-27 16:14:30 +0000 |
commit | be70bbdc64b58d7a8e5a3f37168ad39efdc51d1d (patch) | |
tree | 889cc08ec8257ea948b0905dbde1d423a7946f1c /contrib/packages/guix/gnunet-doc.scm | |
parent | 92efe3b3036a144cf2bb222e7a33004db4a08009 (diff) |
doc: doc-gendoc-install rule.
Diffstat (limited to 'contrib/packages/guix/gnunet-doc.scm')
-rw-r--r-- | contrib/packages/guix/gnunet-doc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) |