Formatting.

This commit is contained in:
Alexei Podtelezhnikov 2020-05-09 22:32:03 -04:00
parent 132f19b779
commit 093f87bfe4
1 changed files with 3 additions and 3 deletions

View File

@ -1193,9 +1193,9 @@ Library configuration:
# Warn if docwriter is not installed # Warn if docwriter is not installed
if test $have_docwriter = no; then if test $have_docwriter = no; then
AC_MSG_NOTICE([ AC_MSG_WARN([
Warning: \`make refdoc' will fail since pip package \`docwriter' is not \`make refdoc' will fail since pip package \`docwriter' is not installed.
installed. To install, run \`$PIP install docwriter', or to use a Python To install, run \`$PIP install docwriter', or to use a Python
virtual environment, run \`make refdoc-venv' (requires pip package virtual environment, run \`make refdoc-venv' (requires pip package
\`virtualenv'). These operations require Python >= 3.5. \`virtualenv'). These operations require Python >= 3.5.
]) ])