aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tutorial/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index 6a7b1030b..84fea0caf 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -54,6 +54,12 @@ gnunet_tutorial_examples = \
54info_TEXINFOS = \ 54info_TEXINFOS = \
55 gnunet-tutorial.texi 55 gnunet-tutorial.texi
56 56
57gnunet_TEXINFOS = \
58 fdl-1.3.texi \
59 gpl-3.0.texi \
60 agpl-3.0.texi \
61 version.texi
62
57EXTRA_DIST = \ 63EXTRA_DIST = \
58 $(gnunet_tutorial_examples) \ 64 $(gnunet_tutorial_examples) \
59 htmlxref.cnf \ 65 htmlxref.cnf \
@@ -66,7 +72,10 @@ EXTRA_DIST = \
66 72
67DISTCLEANFILES = \ 73DISTCLEANFILES = \
68 gnunet-tutorial.cps \ 74 gnunet-tutorial.cps \
69 fdl-1.3.cps 75 fdl-1.3.cps \
76 agpl-3.0.cps \
77 gpl-3.0.cps
78
70 79
71CLEANFILES= \ 80CLEANFILES= \
72 stamp-vti \ 81 stamp-vti \