aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-08-17 11:58:41 +0000
committerng0 <ng0@infotropique.org>2017-08-17 11:58:41 +0000
commit2f511cee1b712d8382ab11bc1968a79db94a8aa9 (patch)
treebe0ba2a1c4a313a9dedf1da8bffb4ec06b37aa9f
parentc6258ebebb7645bc4a05df1b97193315861958df (diff)
downloadgnunet-2f511cee1b712d8382ab11bc1968a79db94a8aa9.tar.gz
gnunet-2f511cee1b712d8382ab11bc1968a79db94a8aa9.zip
doc: Makefile: exclude gnunet-c-tutorial.tex from build.
Signed-off-by: ng0 <ng0@infotropique.org>
-rw-r--r--doc/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 811a26576..e130ccc0e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,8 +33,10 @@ gnunet_doc_images = \
33 images/gnunet-gtk-0-10-fs-search.png 33 images/gnunet-gtk-0-10-fs-search.png
34 34
35info_TEXINFOS = \ 35info_TEXINFOS = \
36 gnunet.texi \ 36 gnunet.texi
37 gnunet-c-tutorial.tex 37
38# FIXME: include this file in the documentation:
39# gnunet-c-tutorial.tex
38 40
39gnunet_TEXINFOS = \ 41gnunet_TEXINFOS = \
40 chapters/developer.texi \ 42 chapters/developer.texi \