diff --git a/doc/man/conf.py b/doc/man/conf.py index b4ca747fbc..04dd6d86e9 100644 --- a/doc/man/conf.py +++ b/doc/man/conf.py @@ -40,6 +40,10 @@ author = u'Internet Systems Consortium' # -- General configuration --------------------------------------------------- +# Build man pages directly in _build/man/, not in _build/man/
/. +# This is what the shell code in Makefile.am expects. +man_make_section_directory = False + # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones.