gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: potentially fix the build error wrt texi


From: gnunet
Subject: [gnunet] branch master updated: 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.
Date: Wed, 30 Oct 2019 19:13:21 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 57ed94b87 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.
57ed94b87 is described below

commit 57ed94b879357baa9c379c793a388c458d24132d
Author: ng0 <address@hidden>
AuthorDate: Wed Oct 30 18:09:33 2019 +0000

    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.
---
 doc/tutorial/Makefile.am | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

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 \

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]