aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-08 21:37:43 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-08 21:37:43 +0200
commit21eb6700d55be00750dbc2e43ca7bcc752f3ccef (patch)
treedfb5600f93c49c972f49ef190b9d4ae30e8dc87c /doc
parent8bc647030af117a7788412ab2828f5b6223dbb14 (diff)
downloadgnunet-21eb6700d55be00750dbc2e43ca7bcc752f3ccef.tar.gz
gnunet-21eb6700d55be00750dbc2e43ca7bcc752f3ccef.zip
-fix debian package issues reported by Florian
Diffstat (limited to 'doc')
-rw-r--r--doc/handbook/Makefile.am40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index 5bb374717..acf781b0e 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -38,16 +38,9 @@ dist_infoimage_DATA = \
38 images/gnunet-gtk-0-10-fs-search.png \ 38 images/gnunet-gtk-0-10-fs-search.png \
39 images/gnunet-tutorial-service.png \ 39 images/gnunet-tutorial-service.png \
40 images/gnunet-tutorial-system.png \ 40 images/gnunet-tutorial-system.png \
41 images/daemon_lego_block.svg \
42 images/lego_stack.svg \
43 images/service_lego_block.svg \
44 images/structure.dot \
45 images/gns.dot \
46 images/gns.jpg \ 41 images/gns.jpg \
47 images/tng.dot \
48 images/tng.png 42 images/tng.png
49 43
50
51info_TEXINFOS = \ 44info_TEXINFOS = \
52 gnunet.texi 45 gnunet.texi
53 46
@@ -88,24 +81,31 @@ gnunet_TEXINFOS = \
88EXTRA_DIST = \ 81EXTRA_DIST = \
89 $(gnunet_TEXINFOS) \ 82 $(gnunet_TEXINFOS) \
90 htmlxref.cnf \ 83 htmlxref.cnf \
91 version.texi \ 84 version.texi \
92 run-gendocs.sh \ 85 run-gendocs.sh \
93 docstyle.css \ 86 docstyle.css \
94 manual.css \ 87 manual.css \
95 reset.css \ 88 reset.css \
96 style.css 89 style.css \
90 images/daemon_lego_block.svg \
91 images/lego_stack.svg \
92 images/service_lego_block.svg \
93 images/gns.dot \
94 images/structure.dot \
95 images/tng.dot
96
97 97
98 98
99DISTCLEANFILES = \ 99DISTCLEANFILES = \
100 gnunet.cps \ 100 gnunet.cps \
101 chapters/developer.cps \ 101 chapters/developer.cps \
102 chapters/installation.cps \ 102 chapters/installation.cps \
103 chapter/philosophy.cps \ 103 chapter/philosophy.cps \
104 chapters/user.cps \ 104 chapters/user.cps \
105 chapters/configuration.cps \ 105 chapters/configuration.cps \
106 chapters/terminology.cps \ 106 chapters/terminology.cps \
107 chapters/vocabulary.cps \ 107 chapters/vocabulary.cps \
108 fdl-1.3.cps \ 108 fdl-1.3.cps \
109 agpl-3.0.cps \ 109 agpl-3.0.cps \
110 gpl-3.0.cps 110 gpl-3.0.cps
111 111