diff options
author | ng0 <ng0@infotropique.org> | 2017-09-22 06:32:39 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-09-22 06:32:39 +0000 |
commit | 67367ce73933cd065f77b176762fb22b3ef849f1 (patch) | |
tree | f1a2aa3e0b4448c8f1f8269f60e5f52a1fe58ea6 /doc/Makefile.am | |
parent | 69f4382ee03eee6755746ccde70ac44470dbb1ff (diff) |
doc/Makefile: Remove leading '%D%/' from images. There are systems where this could cause fatal errors.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 9cda25210..ee735f171 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,38 +6,38 @@ docdir = $(datadir)/doc/gnunet/ infoimagedir = $(infodir)/images dist_infoimage_DATA = \ - %D%/images/gnunet-gtk-0-10-gns-a-done.png \ - %D%/images/gnunet-gtk-0-10-gns-a.png \ - %D%/images/daemon_lego_block.png \ - %D%/images/gnunet-gtk-0-10-gns.png \ - %D%/images/gnunet-0-10-peerinfo.png \ - %D%/images/gnunet-gtk-0-10-identity.png \ - %D%/images/gnunet-fs-gtk-0-10-star-tab.png \ - %D%/images/gnunet-gtk-0-10.png \ - %D%/images/gnunet-gtk-0-10-download-area.png \ - %D%/images/gnunet-gtk-0-10-search-selected.png \ - %D%/images/gnunet-gtk-0-10-fs-menu.png \ - %D%/images/gnunet-gtk-0-10-traffic.png \ - %D%/images/gnunet-gtk-0-10-fs.png \ - %D%/images/gnunet-namestore-gtk-phone.png \ - %D%/images/gnunet-gtk-0-10-fs-publish-editing.png \ - %D%/images/gnunet-namestore-gtk-vpn.png \ - %D%/images/gnunet-gtk-0-10-fs-published.png \ - %D%/images/gnunet-setup-exit.png \ - %D%/images/gnunet-gtk-0-10-fs-publish.png \ - %D%/images/iceweasel-preferences.png \ - %D%/images/gnunet-gtk-0-10-fs-publish-select.png \ - %D%/images/iceweasel-proxy.png \ - %D%/images/gnunet-gtk-0-10-fs-publish-with-file_0.png \ - %D%/images/service_lego_block.png \ - %D%/images/gnunet-gtk-0-10-fs-publish-with-file.png \ - %D%/images/service_stack.png \ - %D%/images/gnunet-gtk-0-10-fs-search.png \ - %D%/images/gnunet-tutorial-service.png \ - %D%/images/gnunet-tutorial-system.png \ - %D%/images/daemon_lego_block.svg \ - %D%/images/lego_stack.svg \ - %D%/images/service_lego_block.svg + images/gnunet-gtk-0-10-gns-a-done.png \ + images/gnunet-gtk-0-10-gns-a.png \ + images/daemon_lego_block.png \ + images/gnunet-gtk-0-10-gns.png \ + images/gnunet-0-10-peerinfo.png \ + images/gnunet-gtk-0-10-identity.png \ + images/gnunet-fs-gtk-0-10-star-tab.png \ + images/gnunet-gtk-0-10.png \ + images/gnunet-gtk-0-10-download-area.png \ + images/gnunet-gtk-0-10-search-selected.png \ + images/gnunet-gtk-0-10-fs-menu.png \ + images/gnunet-gtk-0-10-traffic.png \ + images/gnunet-gtk-0-10-fs.png \ + images/gnunet-namestore-gtk-phone.png \ + images/gnunet-gtk-0-10-fs-publish-editing.png \ + images/gnunet-namestore-gtk-vpn.png \ + images/gnunet-gtk-0-10-fs-published.png \ + images/gnunet-setup-exit.png \ + images/gnunet-gtk-0-10-fs-publish.png \ + images/iceweasel-preferences.png \ + images/gnunet-gtk-0-10-fs-publish-select.png \ + images/iceweasel-proxy.png \ + images/gnunet-gtk-0-10-fs-publish-with-file_0.png \ + images/service_lego_block.png \ + images/gnunet-gtk-0-10-fs-publish-with-file.png \ + images/service_stack.png \ + images/gnunet-gtk-0-10-fs-search.png \ + images/gnunet-tutorial-service.png \ + images/gnunet-tutorial-system.png \ + images/daemon_lego_block.svg \ + images/lego_stack.svg \ + images/service_lego_block.svg gnunet_tutorial_examples = \ 001.c \ |