documentation: remove plibc mention.
[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 if TEXI2MDOC_GENERATION
9 gnunet-c-tutorial.7: Makefile gnunet-tutorial.7
10         @echo generated texi2mdoc output || true
11
12 gnunet-tutorial.7: Makefile
13         $(SH) $(srcdir)/texi2mdoc-generation.sh || true
14
15 endif
16
17 CLEANFILES = gnunet.conf.5 *.html
18
19 if TEXI2MDOC_GENERATION
20 CLEANFILES += gnunet-documentation.7 gnunet-c-tutorial.7
21 endif
22
23 html:
24         $(SH) $(srcdir)/produce_html.sh
25
26 man_MANS = \
27   gnunet.conf.5 \
28   gnunet-arm.1 \
29   gnunet-ats.1 \
30   gnunet-auto-share.1 \
31   gnunet-bcd.1 \
32   gnunet-config.1 \
33   gnunet-core.1 \
34   gnunet-conversation.1 \
35   gnunet-conversation-test.1 \
36   gnunet-directory.1 \
37   gnunet-dns2gns.1 \
38   gnunet-datastore.1 \
39   gnunet-download.1 \
40   gnunet-ecc.1 \
41   gnunet-fs.1 \
42   gnunet-gns.1 \
43   gnunet-gns-proxy.1 \
44   gnunet-gns-proxy-setup-ca.1 \
45   gnunet-identity.1 \
46   gnunet-cadet.1 \
47   gnunet-namecache.1 \
48   gnunet-namestore.1 \
49   gnunet-namestore-fcfsd.1 \
50   gnunet-nat.1 \
51   gnunet-nat-auto.1 \
52   gnunet-nat-server.1 \
53   gnunet-nse.1 \
54   gnunet-peerinfo.1 \
55   gnunet-publish.1 \
56   gnunet-qr.1 \
57   gnunet-reclaim.1 \
58   gnunet-resolver.1 \
59   gnunet-revocation.1 \
60   gnunet-scalarproduct.1 \
61   gnunet-scrypt.1 \
62   gnunet-search.1 \
63   gnunet-statistics.1 \
64   gnunet-testbed-profiler.1 \
65   gnunet-testing-run-service.1 \
66   gnunet-timeout.1 \
67   gnunet-transport.1 \
68   gnunet-transport-certificate-creation.1 \
69   gnunet-unindex.1 \
70   gnunet-uri.1 \
71   gnunet-vpn.1 \
72   gnunet-zoneimport.1
73
74 if TEXI2MDOC_GENERATION
75 man_MANS += gnunet-c-tutorial.7 gnunet-documentation.7
76 endif
77
78 EXTRA_DIST = ${man_MANS} \
79  gnunet.conf.5.in \
80  texi2mdoc-generation.sh \
81  README
82
83 if TEXI2MDOC_GENERATION
84 EXTRA_DIST += gnunet-documentation.7 gnunet-c-tutorial.7
85 endif