aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-06 20:58:05 +0000
committerng0 <ng0@n0.is>2019-03-06 20:58:05 +0000
commit7a1b3d96264b2b1d7e7cf100236786b5d4a8da12 (patch)
tree08ca40cae9a7d9232f37aa946ec772a4b645e0d2 /doc/man
parent290d901e6d513b2ebbb229741efd902c37ac2671 (diff)
downloadgnunet-7a1b3d96264b2b1d7e7cf100236786b5d4a8da12.tar.gz
gnunet-7a1b3d96264b2b1d7e7cf100236786b5d4a8da12.zip
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
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/Makefile.am6
1 files changed, 5 insertions, 1 deletions
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'
5gnunet.conf.5: gnunet.conf.5.in Makefile 5gnunet.conf.5: gnunet.conf.5.in Makefile
6 $(do_subst) < $(srcdir)/gnunet.conf.5.in > gnunet.conf.5 6 $(do_subst) < $(srcdir)/gnunet.conf.5.in > gnunet.conf.5
7 7
8CLEANFILES = gnunet.conf.5 8gnunet-gns-proxy-setup-ca.1: Makefile
9 $(LN) -s $(srcdir)/gnunet-gns-proxy.1 gnunet-gns-proxy-setup-ca.1
10
11CLEANFILES = gnunet.conf.5 gnunet-gns-proxy-setup-ca.1
9 12
10man_MANS = \ 13man_MANS = \
11 gnunet.conf.5 \ 14 gnunet.conf.5 \
@@ -26,6 +29,7 @@ man_MANS = \
26 gnunet-fs.1 \ 29 gnunet-fs.1 \
27 gnunet-gns.1 \ 30 gnunet-gns.1 \
28 gnunet-gns-proxy.1 \ 31 gnunet-gns-proxy.1 \
32 gnunet-gns-proxy-setup-ca.1 \
29 gnunet-identity.1 \ 33 gnunet-identity.1 \
30 gnunet-cadet.1 \ 34 gnunet-cadet.1 \
31 gnunet-namecache.1 \ 35 gnunet-namecache.1 \