projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ffc19b
)
contrib: guix: actually install the gnunet-c-tutorial.
author
ng0
<ng0@infotropique.org>
Thu, 7 Sep 2017 20:38:32 +0000
(20:38 +0000)
committer
ng0
<ng0@infotropique.org>
Thu, 7 Sep 2017 20:38:32 +0000
(20:38 +0000)
contrib/packages/guix/packages/gnunet/packages/gnunet.scm
patch
|
blob
|
history
diff --git
a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
index 431f48dfec8fbbce3824eb3ac550a01d638c47b3..7840705a6334805c08e1d8fcfd3f2478261becb8 100644
(file)
--- a/
contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/
contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@
-231,7
+231,12
@@
(install-file "gnunet.info" doc)
(copy-recursively "gnunet"
(string-append doc
- "/gnunet")))
+ "/gnunet"))
+ (install-file "gnunet-c-tutorial.pdf" doc)
+ (install-file "gnunet-c-tutorial.info" doc)
+ (copy-recursively "gnunet-c-tutorial"
+ (string-append doc
+ "/gnunet-c-tutorial")))
#t)))))
(synopsis "GNUnet documentation")
(description