diff options
author | Nils Gillmann <ng0@n0.is> | 2018-10-10 08:35:13 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-10-10 08:35:13 +0000 |
commit | e1a8af41114c7a6702b740e4dba5ad073db3337d (patch) | |
tree | 304f3f563f4760968120a5a88d2e6a8377f9f62e /doc/documentation | |
parent | 247202ff339c90ec69175cf355b5541f6e7fa8ae (diff) |
Rename Makefile example (025.c) to resemble it being a Makefile (025.Makefile.am). Adjust doc/documentation/Makefile.am accordingly.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'doc/documentation')
-rw-r--r-- | doc/documentation/Makefile.am | 2 | ||||
-rw-r--r-- | doc/documentation/gnunet-c-tutorial.texi | 2 | ||||
-rw-r--r-- | doc/documentation/tutorial-examples/025.Makefile.am (renamed from doc/documentation/tutorial-examples/025.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/documentation/Makefile.am b/doc/documentation/Makefile.am index 0032b22e9..7eed6efb6 100644 --- a/doc/documentation/Makefile.am +++ b/doc/documentation/Makefile.am @@ -103,7 +103,7 @@ gnunet_tutorial_examples = \ tutorial-examples/022.c \ tutorial-examples/023.c \ tutorial-examples/024.c \ - tutorial-examples/025.c \ + tutorial-examples/025.Makefile.am \ tutorial-examples/026.c info_TEXINFOS = \ diff --git a/doc/documentation/gnunet-c-tutorial.texi b/doc/documentation/gnunet-c-tutorial.texi index fb6e717ae..a41075a17 100644 --- a/doc/documentation/gnunet-c-tutorial.texi +++ b/doc/documentation/gnunet-c-tutorial.texi @@ -1483,7 +1483,7 @@ service SERVICE should contain a rule similar to this: @c must be improved. @example -@verbatiminclude tutorial-examples/025.c +@verbatiminclude tutorial-examples/025.Makefile.am @end example @noindent diff --git a/doc/documentation/tutorial-examples/025.c b/doc/documentation/tutorial-examples/025.Makefile.am index 66d4f80ec..66d4f80ec 100644 --- a/doc/documentation/tutorial-examples/025.c +++ b/doc/documentation/tutorial-examples/025.Makefile.am |