d274a35bcaa272e923f82eb3f8c3fc157e1641bb
[oweals/gnunet.git] / doc / man / Makefile.am
1 # This Makefile.am is in the public domain
2
3 do_subst = $(SED) -e 's,[@]SYSCONFDIR[@],$(sysconfdir),g'
4
5 gnunet.conf.5: gnunet.conf.5.in Makefile
6         $(do_subst) < $(srcdir)/gnunet.conf.5.in > gnunet.conf.5
7
8 CLEANFILES = gnunet.conf.5 gnunet-gns-proxy-setup-ca.1
9
10 man_MANS = \
11   gnunet.conf.5 \
12   gnunet-arm.1 \
13   gnunet-ats.1 \
14   gnunet-auto-share.1 \
15   gnunet-bcd.1 \
16   gnunet-config.1 \
17   gnunet-core.1 \
18   gnunet-conversation.1 \
19   gnunet-conversation-test.1 \
20   gnunet-directory.1 \
21   gnunet-dns2gns.1 \
22   gnunet-datastore.1 \
23   gnunet-download.1 \
24   gnunet-download-manager.1 \
25   gnunet-ecc.1 \
26   gnunet-fs.1 \
27   gnunet-gns.1 \
28   gnunet-gns-proxy.1 \
29   gnunet-gns-proxy-setup-ca.1 \
30   gnunet-identity.1 \
31   gnunet-cadet.1 \
32   gnunet-namecache.1 \
33   gnunet-namestore.1 \
34   gnunet-namestore-fcfsd.1 \
35   gnunet-nat.1 \
36   gnunet-nat-auto.1 \
37   gnunet-nat-server.1 \
38   gnunet-nse.1 \
39   gnunet-peerinfo.1 \
40   gnunet-publish.1 \
41   gnunet-qr.1 \
42   gnunet-resolver.1 \
43   gnunet-revocation.1 \
44   gnunet-scalarproduct.1 \
45   gnunet-scrypt.1 \
46   gnunet-search.1 \
47   gnunet-statistics.1 \
48   gnunet-testbed-profiler.1 \
49   gnunet-testing-run-service.1 \
50   gnunet-timeout.1 \
51   gnunet-transport.1 \
52   gnunet-transport-certificate-creation.1 \
53   gnunet-unindex.1 \
54   gnunet-uri.1 \
55   gnunet-vpn.1 \
56   gnunet-zoneimport.1
57
58 EXTRA_DIST = ${man_MANS} \
59  gnunet.conf.5.in
60
61 if TEXI2MDOC_GENERATION
62 EXTRA_DIST += gnunet-documentation.7 \
63               gnunet-c-tutorial.7
64 endif