gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 1375e4e4e2436c394348aa9652fcfb9c2b0ecd7d
parent f12e8baa9dbd95b65659f1b8273b9bd5026f61a8
Author: ng0 <ng0@n0.is>
Date:   Fri,  8 Mar 2019 16:49:39 +0000

Fix report by snowie wrt manpage linking.
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.

Diffstat:
Mdoc/man/Makefile.am | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am @@ -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 \