Fix report by snowie wrt manpage linking.
authorng0 <ng0@n0.is>
Fri, 8 Mar 2019 16:49:39 +0000 (16:49 +0000)
committerng0 <ng0@n0.is>
Fri, 8 Mar 2019 16:49:39 +0000 (16:49 +0000)
It should be LN_S instead, but since I am halfway through
rewriting the script and almost done with the actual manpage
let's skip the symlinking.

doc/man/Makefile.am

index 93845ba728bd5be12722902e4f498b5cea03163a..3808afb1f86ea2a30da347a930c5afe64428561b 100644 (file)
@@ -5,9 +5,6 @@ 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
 
-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 = \
@@ -29,7 +26,6 @@ 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 \