diff options
-rw-r--r-- | contrib/packages/guix/gnunet-doc.scm | 2 | ||||
-rw-r--r-- | doc/documentation/chapters/developer.texi | 2 |
2 files changed, 2 insertions, 2 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")))) diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi index 70fd7c7ebe..0e06d0ac66 100644 --- a/doc/documentation/chapters/developer.texi +++ b/doc/documentation/chapters/developer.texi @@ -460,7 +460,7 @@ stacked together to construct complex buildings and it is generally easy to swap one block for a different one that has the same shape. GNUnet's architecture is based on LEGOs: -@c images here +@c @image{images/service_lego_block,5in,,picture of a LEGO block stack - 3 APIs as connectors upon Network Protocol on top of a Service} This chapter documents the GNUnet LEGO system, also known as GNUnet's system architecture. |