potentially fix the build error wrt texi2pdf generation
authorng0 <ng0@n0.is>
Wed, 30 Oct 2019 18:09:33 +0000 (18:09 +0000)
committerng0 <ng0@n0.is>
Wed, 30 Oct 2019 18:09:33 +0000 (18:09 +0000)
missing an import - we did not include the fdl texi file
which is included in the tutorial.

doc/tutorial/Makefile.am

index 6a7b1030b5916237cfc86ad05058d0370ee33390..84fea0caf9082d1719832cde6cc3146acefa4b25 100644 (file)
@@ -54,6 +54,12 @@ gnunet_tutorial_examples =                                   \
 info_TEXINFOS = \
        gnunet-tutorial.texi
 
+gnunet_TEXINFOS = \
+       fdl-1.3.texi                                            \
+       gpl-3.0.texi                                            \
+       agpl-3.0.texi                                           \
+       version.texi
+
 EXTRA_DIST = \
        $(gnunet_tutorial_examples)     \
        htmlxref.cnf \
@@ -66,7 +72,10 @@ EXTRA_DIST = \
 
 DISTCLEANFILES = \
        gnunet-tutorial.cps \
-       fdl-1.3.cps
+       fdl-1.3.cps \
+       agpl-3.0.cps \
+       gpl-3.0.cps
+
 
 CLEANFILES= \
     stamp-vti \