From ffc00aa3cd928321a9417f8ed706249e7b0c6e26 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 9 Nov 2019 18:38:35 +0000 Subject: doc: rename gnunet-tutorial source, and solve #5961 and potentially #5902 --- doc/tutorial/Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/tutorial/Makefile.am') diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index 98c753441..d0307ecb5 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -51,17 +51,16 @@ gnunet_tutorial_examples = \ examples/026.c \ examples/testbed_test.c -info_TEXINFOS = \ - gnunet_tutorial.texi +info_TEXINFOS = tutorial.texi -gnunet_tutorial_TEXINFOS = \ +tutorial_TEXINFOS = \ fdl-1.3.texi \ gpl-3.0.texi \ agpl-3.0.texi \ version.texi EXTRA_DIST = \ - $(gnunet_tutorial_TEXINFOS) \ + $(tutorial_TEXINFOS) \ $(gnunet_tutorial_examples) \ htmlxref.cnf \ run-gendocs.sh \ @@ -72,7 +71,7 @@ EXTRA_DIST = \ DISTCLEANFILES = \ - gnunet-tutorial.cps \ + tutorial.cps \ fdl-1.3.cps \ agpl-3.0.cps \ gpl-3.0.cps @@ -81,7 +80,7 @@ DISTCLEANFILES = \ CLEANFILES= \ stamp-vti \ version.texi \ - gnunet-tutorial.t2p \ + tutorial.t2p \ $(DISTCLEANFILES) doc-all-install: -- cgit v1.2.3