aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 82cdfc06b..aca26bde4 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -8,15 +8,16 @@ gnunet.conf.5: gnunet.conf.5.in Makefile
8CLEANFILES = gnunet.conf.5 8CLEANFILES = gnunet.conf.5
9 9
10if TEXI2MDOC_GENERATION 10if TEXI2MDOC_GENERATION
11gnunet-c-tutorial.7: Makefile 11gnunet-tutorial.7: Makefile
12 @texi2mdoc -I../tutorial:../tutorial/chapters ../tutorial/gnunet-tutorial.texi > gnunet-c-tutorial.7 12 @texi2mdoc -I../tutorial:../tutorial/chapters ../tutorial/tutorial.texi > gnunet-tutorial.7
13 13
14gnunet-documentation.7: Makefile 14gnunet-documentation.7: Makefile
15 @texi2mdoc -I../handbook:../handbook/chapters ../handbook/gnunet.texi > gnunet-documentation.7 15 @texi2mdoc -I../handbook:../handbook/chapters ../handbook/gnunet.texi > gnunet-documentation.7
16 16
17CLEANFILES += gnunet-documentation.7 gnunet-c-tutorial.7 17CLEANFILES += gnunet-documentation.7 gnunet-tutorial.7
18endif 18endif
19 19
20if HAVE_EXPERIMENTAL
20if HAVE_MANDOC 21if HAVE_MANDOC
21# After I went through the alternatives with the focus 22# After I went through the alternatives with the focus
22# on staying as portable as possible to other make 23# on staying as portable as possible to other make
@@ -38,6 +39,7 @@ man-html-uninstall:
38 39
39CLEANFILES += *.html 40CLEANFILES += *.html
40endif 41endif
42endif
41 43
42man_MANS = \ 44man_MANS = \
43 gnunet.conf.5 \ 45 gnunet.conf.5 \
@@ -88,7 +90,7 @@ man_MANS = \
88 gnunet-zoneimport.1 90 gnunet-zoneimport.1
89 91
90if TEXI2MDOC_GENERATION 92if TEXI2MDOC_GENERATION
91man_MANS += gnunet-c-tutorial.7 gnunet-documentation.7 93man_MANS += gnunet-tutorial.7 gnunet-documentation.7
92endif 94endif
93 95
94EXTRA_DIST = ${man_MANS} \ 96EXTRA_DIST = ${man_MANS} \