aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-09 18:38:35 +0000
committerng0 <ng0@n0.is>2019-11-09 18:38:35 +0000
commitffc00aa3cd928321a9417f8ed706249e7b0c6e26 (patch)
treebf6c9a9a9f4c6ed459192fe7d2599541b0088589 /doc/tutorial/Makefile.am
parentcb08faf8ff2fd69ca8e20b89d4d3f856de486962 (diff)
downloadgnunet-ffc00aa3cd928321a9417f8ed706249e7b0c6e26.tar.gz
gnunet-ffc00aa3cd928321a9417f8ed706249e7b0c6e26.zip
doc: rename gnunet-tutorial source, and solve #5961 and potentially #5902
Diffstat (limited to 'doc/tutorial/Makefile.am')
-rw-r--r--doc/tutorial/Makefile.am11
1 files changed, 5 insertions, 6 deletions
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 = \
51 examples/026.c \ 51 examples/026.c \
52 examples/testbed_test.c 52 examples/testbed_test.c
53 53
54info_TEXINFOS = \ 54info_TEXINFOS = tutorial.texi
55 gnunet_tutorial.texi
56 55
57gnunet_tutorial_TEXINFOS = \ 56tutorial_TEXINFOS = \
58 fdl-1.3.texi \ 57 fdl-1.3.texi \
59 gpl-3.0.texi \ 58 gpl-3.0.texi \
60 agpl-3.0.texi \ 59 agpl-3.0.texi \
61 version.texi 60 version.texi
62 61
63EXTRA_DIST = \ 62EXTRA_DIST = \
64 $(gnunet_tutorial_TEXINFOS) \ 63 $(tutorial_TEXINFOS) \
65 $(gnunet_tutorial_examples) \ 64 $(gnunet_tutorial_examples) \
66 htmlxref.cnf \ 65 htmlxref.cnf \
67 run-gendocs.sh \ 66 run-gendocs.sh \
@@ -72,7 +71,7 @@ EXTRA_DIST = \
72 71
73 72
74DISTCLEANFILES = \ 73DISTCLEANFILES = \
75 gnunet-tutorial.cps \ 74 tutorial.cps \
76 fdl-1.3.cps \ 75 fdl-1.3.cps \
77 agpl-3.0.cps \ 76 agpl-3.0.cps \
78 gpl-3.0.cps 77 gpl-3.0.cps
@@ -81,7 +80,7 @@ DISTCLEANFILES = \
81CLEANFILES= \ 80CLEANFILES= \
82 stamp-vti \ 81 stamp-vti \
83 version.texi \ 82 version.texi \
84 gnunet-tutorial.t2p \ 83 tutorial.t2p \
85 $(DISTCLEANFILES) 84 $(DISTCLEANFILES)
86 85
87doc-all-install: 86doc-all-install: