bind9/doc/Makefile.am
Ondřej Surý 9fb6d11abb Convert the documentation to Sphinx documentation format
The ARM and the manpages have been converted into Sphinx documentation
format.

Sphinx uses reStructuredText as its markup language, and many of its
strengths come from the power and straightforwardness of
reStructuredText and its parsing and translating suite, the Docutils.
2020-05-07 16:02:56 +02:00

9 lines
113 B
Makefile

SUBDIRS = .
if HAVE_PERL
SUBDIRS += misc
endif
if HAVE_SPHINX_BUILD
SUBDIRS += man arm
endif HAVE_SPHINX_BUILD