diff options
author | ng0 <ng0@n0.is> | 2017-12-31 12:16:58 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2017-12-31 12:16:58 +0000 |
commit | bc524a2441e4e3ebf697b22e32ca9f1ed6d742b2 (patch) | |
tree | b8115542e8a346abd30e3fe277ca9dad36520a77 /contrib | |
parent | 25786af5b0018ba23729350a68b0863887e36257 (diff) |
contrib: gnunet-doc.scm: fix up
Diffstat (limited to 'contrib')
-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 8e775e8018..69dd90e147 100644 --- a/contrib/packages/guix/gnunet-doc.scm +++ b/contrib/packages/guix/gnunet-doc.scm @@ -141,7 +141,7 @@ (for-each (lambda (f) (chmod f #o755)) (find-files "po" "")) (zero? (system* "sh" "bootstrap")))) - (replace 'build + (add-after 'build 'run-gendocs (lambda _ (chdir "doc/documentation") ;;(zero? (system* "make" "dev-build")))) |