diff options
author | ng0 <ng0@infotropique.org> | 2017-08-17 11:58:41 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-08-17 11:58:41 +0000 |
commit | 2f511cee1b712d8382ab11bc1968a79db94a8aa9 (patch) | |
tree | be0ba2a1c4a313a9dedf1da8bffb4ec06b37aa9f /doc/Makefile.am | |
parent | c6258ebebb7645bc4a05df1b97193315861958df (diff) |
doc: Makefile: exclude gnunet-c-tutorial.tex from build.
Signed-off-by: ng0 <ng0@infotropique.org>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 6 |
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 = \ images/gnunet-gtk-0-10-fs-search.png info_TEXINFOS = \ - gnunet.texi \ - gnunet-c-tutorial.tex + gnunet.texi + +# FIXME: include this file in the documentation: +# gnunet-c-tutorial.tex gnunet_TEXINFOS = \ chapters/developer.texi \ |