diff options
author | ng0 <contact.ng0@cryptolab.net> | 2017-08-17 11:19:05 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-08-17 11:23:46 +0000 |
commit | d587ba0915db6854959c4dfc2730b34d9577a395 (patch) | |
tree | fe8002fe2ba07bba65f50e1bdb12ea4f69f02eeb /doc/Makefile.am | |
parent | 6bcc73a1cbb1d4a609884762eab1b6de761ad1d9 (diff) |
doc: Merge 'gnunet-texinfo' repository into 'doc' folder of gnunet.
* doc/chapters: New directory, the chapters of doc/gnunet.texi.
* doc/images: New directory with images for the documentation.
* doc/Makefile: Build the documentation.
* doc/.gitignore: ignore build artifacts.
* doc/gnunet.texi, doc/fdl-1.3.texi, doc/gpl-3.0.texi: New files.
Signed-off-by: ng0 <ng0@infotropique.org>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index d05ea4855..4c61f2e80 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,3 +2,48 @@ SUBDIRS = man doxygen docdir = $(datadir)/doc/gnunet/ + +gnunet_doc_images = \ + 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 + +info_TEXINFOS = \ + gnunet.texi \ + gnunet-c-tutorial.tex + +gnunet_TEXINFOS = \ + chapters/developer.texi \ + chapters/installation.texi \ + chapters/philosophy.texi \ + chapters/user.texi \ + fdl-1.3.texi \ + gpl-3.0.texi + +EXTRA_DIST += \ + $(gnunet_TEXINFOS) \ + $(gnunet_doc_images) |