aboutsummaryrefslogtreecommitdiff
path: root/doc/man/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2022-10-05 13:35:00 +0200
committert3sserakt <t3ss@posteo.de>2022-10-05 13:35:00 +0200
commit8e4312d5e44a83e2baeb3fc15465b5e70919e6cf (patch)
treee4fe3388c0c18d9fa025c95820089d4ec5a801d4 /doc/man/Makefile.am
parent247230d737e3e4709392148bfabbde25871b6914 (diff)
parent95fd039097d261626916cfc260a06a29d3d4fc15 (diff)
downloadgnunet-8e4312d5e44a83e2baeb3fc15465b5e70919e6cf.tar.gz
gnunet-8e4312d5e44a83e2baeb3fc15465b5e70919e6cf.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
Diffstat (limited to 'doc/man/Makefile.am')
-rw-r--r--doc/man/Makefile.am36
1 files changed, 22 insertions, 14 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index e7045e8bf..be7a810f8 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -5,16 +5,6 @@ gnunet.conf.5: gnunet.conf.5.in Makefile
5 5
6CLEANFILES = gnunet.conf.5 6CLEANFILES = gnunet.conf.5
7 7
8if TEXI2MDOC_GENERATION
9gnunet-tutorial.7: Makefile
10 @texi2mdoc -I../tutorial:../tutorial/chapters ../tutorial/tutorial.texi > gnunet-tutorial.7
11
12gnunet-documentation.7: Makefile
13 @texi2mdoc -I../handbook:../handbook/chapters ../handbook/gnunet.texi > gnunet-documentation.7
14
15CLEANFILES += gnunet-documentation.7 gnunet-tutorial.7
16endif
17
18if HAVE_EXPERIMENTAL 8if HAVE_EXPERIMENTAL
19if HAVE_MANDOC 9if HAVE_MANDOC
20# After I went through the alternatives with the focus 10# After I went through the alternatives with the focus
@@ -46,6 +36,27 @@ endif
46endif 36endif
47 37
48man_MANS = \ 38man_MANS = \
39 gnunet.1 \
40 gnunet.2 \
41 gnunet.3 \
42 gnunet.4 \
43 gnunet.5 \
44 gnunet.6 \
45 gnunet.7 \
46 gnunet.8 \
47 gnunet.9 \
48 gana.1 \
49 gana.2 \
50 gana.3 \
51 gana.4 \
52 gana.5 \
53 gnunet-dev.1 \
54 gnunet-dev.2 \
55 gnunet-dev.3 \
56 gnunet-dev.4 \
57 gnunet-dev.5 \
58 gnunet-dev.6 \
59 lsd.1 \
49 gnunet.conf.5 \ 60 gnunet.conf.5 \
50 gnunet-arm.1 \ 61 gnunet-arm.1 \
51 gnunet-ats.1 \ 62 gnunet-ats.1 \
@@ -71,6 +82,7 @@ man_MANS = \
71 gnunet-namecache.1 \ 82 gnunet-namecache.1 \
72 gnunet-namestore.1 \ 83 gnunet-namestore.1 \
73 gnunet-namestore-fcfsd.1 \ 84 gnunet-namestore-fcfsd.1 \
85 gnunet-namestore-dbtool.1 \
74 gnunet-nat.1 \ 86 gnunet-nat.1 \
75 gnunet-nat-auto.1 \ 87 gnunet-nat-auto.1 \
76 gnunet-nat-server.1 \ 88 gnunet-nat-server.1 \
@@ -95,10 +107,6 @@ man_MANS = \
95 gnunet-vpn.1 \ 107 gnunet-vpn.1 \
96 gnunet-zoneimport.1 108 gnunet-zoneimport.1
97 109
98if TEXI2MDOC_GENERATION
99man_MANS += gnunet-tutorial.7 gnunet-documentation.7
100endif
101
102EXTRA_DIST = ${man_MANS} \ 110EXTRA_DIST = ${man_MANS} \
103 gnunet.conf.5.in \ 111 gnunet.conf.5.in \
104 produce_html.sh.in \ 112 produce_html.sh.in \