aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-08 22:27:22 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-08 22:27:27 +0200
commitcaf4a91464e0aec32a9f62a14a45b25829b03a70 (patch)
tree10995ff7e0be3c27b1c3d548c3743cf829bdfc04 /doc
parentb717402717d3b32a92ef5501bb1ac7cf0e13ce36 (diff)
downloadgnunet-caf4a91464e0aec32a9f62a14a45b25829b03a70.tar.gz
gnunet-caf4a91464e0aec32a9f62a14a45b25829b03a70.zip
-images are actually completely useless in info folder, od not install there
Diffstat (limited to 'doc')
-rw-r--r--doc/handbook/Makefile.am73
1 files changed, 34 insertions, 39 deletions
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index acf781b0e..7c10b417a 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -1,46 +1,8 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2docdir = $(datadir)/doc/gnunet/ 2docdir = $(datadir)/doc/gnunet/
3 3
4infoimagedir = $(infodir)/images
5
6AM_MAKEINFOHTMLFLAGS = $(TEXINFO_HTMLFLAGS) 4AM_MAKEINFOHTMLFLAGS = $(TEXINFO_HTMLFLAGS)
7 5
8
9dist_infoimage_DATA = \
10 images/ascension_interaction.png \
11 images/ascension_ssd.png \
12 images/messenger_room.png \
13 images/gnunet-gtk-0-10-gns-a-done.png \
14 images/gnunet-gtk-0-10-gns-a.png \
15 images/daemon_lego_block.png \
16 images/gnunet-gtk-0-10-gns.png \
17 images/gnunet-0-10-peerinfo.png \
18 images/gnunet-gtk-0-10-identity.png \
19 images/gnunet-fs-gtk-0-10-star-tab.png \
20 images/gnunet-gtk-0-10-download-area.png \
21 images/gnunet-gtk-0-10-search-selected.png \
22 images/gnunet-gtk-0-10-fs-menu.png \
23 images/gnunet-gtk-0-10-traffic.png \
24 images/gnunet-gtk-0-10-fs.png \
25 images/gnunet-namestore-gtk-phone.png \
26 images/gnunet-gtk-0-10-fs-publish-editing.png \
27 images/gnunet-namestore-gtk-vpn.png \
28 images/gnunet-gtk-0-10-fs-published.png \
29 images/gnunet-setup-exit.png \
30 images/gnunet-gtk-0-10-fs-publish.png \
31 images/iceweasel-preferences.png \
32 images/gnunet-gtk-0-10-fs-publish-select.png \
33 images/iceweasel-proxy.png \
34 images/gnunet-gtk-0-10-fs-publish-with-file_0.png \
35 images/service_lego_block.png \
36 images/gnunet-gtk-0-10-fs-publish-with-file.png \
37 images/service_stack.png \
38 images/gnunet-gtk-0-10-fs-search.png \
39 images/gnunet-tutorial-service.png \
40 images/gnunet-tutorial-system.png \
41 images/gns.jpg \
42 images/tng.png
43
44info_TEXINFOS = \ 6info_TEXINFOS = \
45 gnunet.texi 7 gnunet.texi
46 8
@@ -92,7 +54,40 @@ EXTRA_DIST = \
92 images/service_lego_block.svg \ 54 images/service_lego_block.svg \
93 images/gns.dot \ 55 images/gns.dot \
94 images/structure.dot \ 56 images/structure.dot \
95 images/tng.dot 57 images/tng.dot \
58 images/ascension_interaction.png \
59 images/ascension_ssd.png \
60 images/messenger_room.png \
61 images/gnunet-gtk-0-10-gns-a-done.png \
62 images/gnunet-gtk-0-10-gns-a.png \
63 images/daemon_lego_block.png \
64 images/gnunet-gtk-0-10-gns.png \
65 images/gnunet-0-10-peerinfo.png \
66 images/gnunet-gtk-0-10-identity.png \
67 images/gnunet-fs-gtk-0-10-star-tab.png \
68 images/gnunet-gtk-0-10-download-area.png \
69 images/gnunet-gtk-0-10-search-selected.png \
70 images/gnunet-gtk-0-10-fs-menu.png \
71 images/gnunet-gtk-0-10-traffic.png \
72 images/gnunet-gtk-0-10-fs.png \
73 images/gnunet-namestore-gtk-phone.png \
74 images/gnunet-gtk-0-10-fs-publish-editing.png \
75 images/gnunet-namestore-gtk-vpn.png \
76 images/gnunet-gtk-0-10-fs-published.png \
77 images/gnunet-setup-exit.png \
78 images/gnunet-gtk-0-10-fs-publish.png \
79 images/iceweasel-preferences.png \
80 images/gnunet-gtk-0-10-fs-publish-select.png \
81 images/iceweasel-proxy.png \
82 images/gnunet-gtk-0-10-fs-publish-with-file_0.png \
83 images/service_lego_block.png \
84 images/gnunet-gtk-0-10-fs-publish-with-file.png \
85 images/service_stack.png \
86 images/gnunet-gtk-0-10-fs-search.png \
87 images/gnunet-tutorial-service.png \
88 images/gnunet-tutorial-system.png \
89 images/gns.jpg \
90 images/tng.png
96 91
97 92
98 93