CLEANFILES = gnunet.conf.5
if TEXI2MDOC_GENERATION
-gnunet-c-tutorial.7: Makefile
- @texi2mdoc -I../tutorial:../tutorial/chapters ../tutorial/gnunet-tutorial.texi > gnunet-c-tutorial.7
+gnunet-tutorial.7: Makefile
+ @texi2mdoc -I../tutorial:../tutorial/chapters ../tutorial/tutorial.texi > gnunet-tutorial.7
gnunet-documentation.7: Makefile
@texi2mdoc -I../handbook:../handbook/chapters ../handbook/gnunet.texi > gnunet-documentation.7
-CLEANFILES += gnunet-documentation.7 gnunet-c-tutorial.7
+CLEANFILES += gnunet-documentation.7 gnunet-tutorial.7
endif
+if HAVE_EXPERIMENTAL
if HAVE_MANDOC
# After I went through the alternatives with the focus
# on staying as portable as possible to other make
CLEANFILES += *.html
endif
+endif
man_MANS = \
gnunet.conf.5 \
gnunet-zoneimport.1
if TEXI2MDOC_GENERATION
-man_MANS += gnunet-c-tutorial.7 gnunet-documentation.7
+man_MANS += gnunet-tutorial.7 gnunet-documentation.7
endif
EXTRA_DIST = ${man_MANS} \