doc: First attempt at linking a manpage for gns-proxy-setup-ca. Real solution is...
authorng0 <ng0@n0.is>
Wed, 6 Mar 2019 20:58:05 +0000 (20:58 +0000)
committerng0 <ng0@n0.is>
Wed, 6 Mar 2019 20:58:05 +0000 (20:58 +0000)
doc/man/Makefile.am

index 53d97b6b921520430924b6c59ac09bc4b7486606..940337fd2f5ab64ff1c28785d455b6983093c4c7 100644 (file)
@@ -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 \