diff options
author | ng0 <ng0@n0.is> | 2019-03-08 16:49:39 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-08 16:49:39 +0000 |
commit | 1375e4e4e2436c394348aa9652fcfb9c2b0ecd7d (patch) | |
tree | 20c79011b25405fc9f0f44e23ccd4a02b13b7006 | |
parent | f12e8baa9dbd95b65659f1b8273b9bd5026f61a8 (diff) |
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.
-rw-r--r-- | doc/man/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 93845ba72..3808afb1f 100644 --- 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 \ |