From 1375e4e4e2436c394348aa9652fcfb9c2b0ecd7d Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 8 Mar 2019 16:49:39 +0000 Subject: 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. --- doc/man/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc') 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 \ -- cgit v1.2.3