aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/man/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 53d97b6b9..940337fd2 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -5,7 +5,10 @@ do_subst = $(SED) -e 's,[@]SYSCONFDIR[@],$(sysconfdir),g'
5gnunet.conf.5: gnunet.conf.5.in Makefile 5gnunet.conf.5: gnunet.conf.5.in Makefile
6 $(do_subst) < $(srcdir)/gnunet.conf.5.in > gnunet.conf.5 6 $(do_subst) < $(srcdir)/gnunet.conf.5.in > gnunet.conf.5
7 7
8CLEANFILES = gnunet.conf.5 8gnunet-gns-proxy-setup-ca.1: Makefile
9 $(LN) -s $(srcdir)/gnunet-gns-proxy.1 gnunet-gns-proxy-setup-ca.1
10
11CLEANFILES = gnunet.conf.5 gnunet-gns-proxy-setup-ca.1
9 12
10man_MANS = \ 13man_MANS = \
11 gnunet.conf.5 \ 14 gnunet.conf.5 \
@@ -26,6 +29,7 @@ man_MANS = \
26 gnunet-fs.1 \ 29 gnunet-fs.1 \
27 gnunet-gns.1 \ 30 gnunet-gns.1 \
28 gnunet-gns-proxy.1 \ 31 gnunet-gns-proxy.1 \
32 gnunet-gns-proxy-setup-ca.1 \
29 gnunet-identity.1 \ 33 gnunet-identity.1 \
30 gnunet-cadet.1 \ 34 gnunet-cadet.1 \
31 gnunet-namecache.1 \ 35 gnunet-namecache.1 \