summary refs log tree commit diff
path: root/doc.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc.am')
-rw-r--r--doc.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc.am b/doc.am
index 9c1dc83e88..71a65ba0c4 100644
--- a/doc.am
+++ b/doc.am
@@ -22,7 +22,8 @@ info_TEXINFOS = doc/guix.texi
 DOT_FILES =					\
   doc/images/bootstrap-graph.dot		\
   doc/images/coreutils-graph.dot		\
-  doc/images/coreutils-bag-graph.dot
+  doc/images/coreutils-bag-graph.dot		\
+  doc/images/service-graph.dot
 
 DOT_VECTOR_GRAPHICS =				\
   $(DOT_FILES:%.dot=%.eps)			\