diff options
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index bc7dc717d1a..9927646f018 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -13,7 +13,7 @@ include Makefile-server.am endif check-local: - sphinx-build -b man -d doctrees . $(top_builddir)/man + ${SPHINX_BUILD} -b man -d doctrees . $(top_builddir)/man # prevent `make` from running in parallel, sphinx runs better in batch mode. .PHONY: sphinx-build.stamp @@ -21,7 +21,7 @@ check-local: $(dist_man_MANS): sphinx-build.stamp sphinx-build.stamp: - sphinx-build -Q -b man -d doctrees -c . . $(top_builddir)/man + ${SPHINX_BUILD} -Q -b man -d doctrees -c . . $(top_builddir)/man clean-local: @rm -f *.8 |