gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: doc: First attempt at linki


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: doc: First attempt at linking a manpage for gns-proxy-setup-ca. Real solution is to write a manpage of course. For the casual reader, why? It is something Debian considers worth doing, the linking. So there is a cause and reason for this
Date: Wed, 06 Mar 2019 21:58:15 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 7a1b3d962 doc: First attempt at linking a manpage for 
gns-proxy-setup-ca. Real solution is to write a manpage of course. For the 
casual reader, why? It is something Debian considers worth doing, the linking. 
So there is a cause and reason for this
7a1b3d962 is described below

commit 7a1b3d96264b2b1d7e7cf100236786b5d4a8da12
Author: ng0 <address@hidden>
AuthorDate: Wed Mar 6 20:58:05 2019 +0000

    doc: First attempt at linking a manpage for gns-proxy-setup-ca. Real 
solution is to write a manpage of course. For the casual reader, why? It is 
something Debian considers worth doing, the linking. So there is a cause and 
reason for this
---
 doc/man/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 53d97b6b9..940337fd2 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -5,7 +5,10 @@ do_subst = $(SED) -e 's,address@hidden@],$(sysconfdir),g'
 gnunet.conf.5: gnunet.conf.5.in Makefile
        $(do_subst) < $(srcdir)/gnunet.conf.5.in > gnunet.conf.5
 
-CLEANFILES = gnunet.conf.5
+gnunet-gns-proxy-setup-ca.1: Makefile
+       $(LN) -s $(srcdir)/gnunet-gns-proxy.1 gnunet-gns-proxy-setup-ca.1
+
+CLEANFILES = gnunet.conf.5 gnunet-gns-proxy-setup-ca.1
 
 man_MANS = \
   gnunet.conf.5 \
@@ -26,6 +29,7 @@ man_MANS = \
   gnunet-fs.1 \
   gnunet-gns.1 \
   gnunet-gns-proxy.1 \
+  gnunet-gns-proxy-setup-ca.1 \
   gnunet-identity.1 \
   gnunet-cadet.1 \
   gnunet-namecache.1 \

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



reply via email to

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