aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-09 19:13:02 +0000
committerng0 <ng0@n0.is>2019-11-09 19:13:02 +0000
commit98a7419e66b93c17ad28fa7621652cc469f6d36e (patch)
tree9fdef6b630d24035ced48aea26b8ed3427173a48 /doc
parent2e3ac49fa34e7b8599ba9ca2f88b915f7f975d4e (diff)
downloadgnunet-98a7419e66b93c17ad28fa7621652cc469f6d36e.tar.gz
gnunet-98a7419e66b93c17ad28fa7621652cc469f6d36e.zip
doc/man: Make html generation experimental, fix mdocml build.
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} \