aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-30 18:09:33 +0000
committerng0 <ng0@n0.is>2019-10-30 18:09:33 +0000
commit57ed94b879357baa9c379c793a388c458d24132d (patch)
treebe2c54e5603f8ca36c20de0d71040b5c81733cd4
parente28c41cf0e66289cfaf233539e0f42cf7b2646c4 (diff)
downloadgnunet-57ed94b879357baa9c379c793a388c458d24132d.tar.gz
gnunet-57ed94b879357baa9c379c793a388c458d24132d.zip
potentially fix the build error wrt texi2pdf generation
missing an import - we did not include the fdl texi file which is included in the tutorial.
-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 \