From e1a8af41114c7a6702b740e4dba5ad073db3337d Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Wed, 10 Oct 2018 08:35:13 +0000 Subject: [PATCH] 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 --- doc/documentation/Makefile.am | 2 +- doc/documentation/gnunet-c-tutorial.texi | 2 +- doc/documentation/tutorial-examples/{025.c => 025.Makefile.am} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename doc/documentation/tutorial-examples/{025.c => 025.Makefile.am} (100%) 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 similarity index 100% rename from doc/documentation/tutorial-examples/025.c rename to doc/documentation/tutorial-examples/025.Makefile.am -- 2.25.1