aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/handbook/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index b4372719d..57a85bd56 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -53,7 +53,8 @@ dist_infoimage_DATA = \
53 images/lego_stack.svg \ 53 images/lego_stack.svg \
54 images/service_lego_block.svg \ 54 images/service_lego_block.svg \
55 images/structure.dot \ 55 images/structure.dot \
56 images/gns.dot 56 images/gns.dot \
57 images/gns.jpg
57 58
58# images/$(wildcard *.png) \ 59# images/$(wildcard *.png) \
59# images/$(wildcard *.svg) 60# images/$(wildcard *.svg)
@@ -91,6 +92,7 @@ info_TEXINFOS = \
91 92
92gnunet_TEXINFOS = \ 93gnunet_TEXINFOS = \
93 chapters/developer.texi \ 94 chapters/developer.texi \
95 chapters/keyconcepts.texi \
94 chapters/preface.texi \ 96 chapters/preface.texi \
95 chapters/philosophy.texi \ 97 chapters/philosophy.texi \
96 chapters/installation.texi \ 98 chapters/installation.texi \
@@ -100,6 +102,7 @@ gnunet_TEXINFOS = \
100 chapters/contributing.texi \ 102 chapters/contributing.texi \
101 fdl-1.3.texi \ 103 fdl-1.3.texi \
102 gpl-3.0.texi \ 104 gpl-3.0.texi \
105 agpl-3.0.texi \
103 version.texi 106 version.texi
104 107
105EXTRA_DIST = \ 108EXTRA_DIST = \