From 7a1b3d96264b2b1d7e7cf100236786b5d4a8da12 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 6 Mar 2019 20:58:05 +0000 Subject: 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,[@]SYSCONFDIR[@],$(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 \ -- cgit v1.2.3