aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-08 10:58:43 +0000
committerng0 <ng0@n0.is>2019-11-08 10:58:43 +0000
commit18b4bd8777d0d4ef842b2d5c155077d256c6b227 (patch)
tree0487f09c2c364de54a07575475068edd430f9249 /doc/tutorial
parenta28d0df6c740d50495ac7a965fd2a40fe70e8ab1 (diff)
downloadgnunet-18b4bd8777d0d4ef842b2d5c155077d256c6b227.tar.gz
gnunet-18b4bd8777d0d4ef842b2d5c155077d256c6b227.zip
name.
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index 3a3083e62..49f1ddcf5 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -54,14 +54,14 @@ gnunet_tutorial_examples = \
54info_TEXINFOS = \ 54info_TEXINFOS = \
55 gnunet-tutorial.texi 55 gnunet-tutorial.texi
56 56
57gnunet_TEXINFOS = \ 57gnunet_tutorial_TEXINFOS = \
58 fdl-1.3.texi \ 58 fdl-1.3.texi \
59 gpl-3.0.texi \ 59 gpl-3.0.texi \
60 agpl-3.0.texi \ 60 agpl-3.0.texi \
61 version.texi 61 version.texi
62 62
63EXTRA_DIST = \ 63EXTRA_DIST = \
64 $(gnunet-tutorial_TEXINFOS) \ 64 $(gnunet_tutorial_TEXINFOS) \
65 $(gnunet_tutorial_examples) \ 65 $(gnunet_tutorial_examples) \
66 htmlxref.cnf \ 66 htmlxref.cnf \
67 run-gendocs.sh \ 67 run-gendocs.sh \