From: ng0 Date: Wed, 30 Oct 2019 18:09:33 +0000 (+0000) Subject: potentially fix the build error wrt texi2pdf generation X-Git-Tag: v0.12.0~153 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=57ed94b879357baa9c379c793a388c458d24132d;p=oweals%2Fgnunet.git 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. --- 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 = \ 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 \