gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 08/10: Rename Makefile example (025.c) to resemble


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 08/10: Rename Makefile example (025.c) to resemble it being a Makefile (025.Makefile.am). Adjust doc/documentation/Makefile.am accordingly.
Date: Wed, 10 Oct 2018 10:57:10 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

commit e1a8af41114c7a6702b740e4dba5ad073db3337d
Author: Nils Gillmann <address@hidden>
AuthorDate: Wed Oct 10 08:35:13 2018 +0000

    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 <address@hidden>
---
 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(-)

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
address@hidden tutorial-examples/025.c
address@hidden 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

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



reply via email to

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