Give hint on how to install sphinx-build

... and remove trailing parenthesis from warning messages
This commit is contained in:
Nils Maier 2013-08-24 20:09:39 +02:00
parent 4418ebdedc
commit 72c5aaa31a
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ $(man_MANS): aria2c.rst
$(MAKE) man
else
$(man_MANS):
@echo "WARNING: Building only stub man pages. Please install sphinx-build)"
@echo "WARNING: Building only stub man pages. Please install sphinx-build: pip install sphinx"
if [ ! -d "$(@D)" ]; then mkdir -p "$(@D)"; fi;
if [ ! -e "$@" ]; then touch "$@"; fi;
endif

View File

@ -21,7 +21,7 @@ $(man_MANS): aria2c.rst
$(MAKE) man
else
$(man_MANS):
@echo "WARNING: Building only stub man pages. Please install sphinx-build)"
@echo "WARNING: Building only stub man pages. Please install sphinx-build: pip install sphinx"
if [ ! -d "$(@D)" ]; then mkdir -p "$(@D)"; fi;
if [ ! -e "$@" ]; then touch "$@"; fi;
endif

View File

@ -21,7 +21,7 @@ $(man_MANS): aria2c.rst
$(MAKE) man
else
$(man_MANS):
@echo "WARNING: Building only stub man pages. Please install sphinx-build)"
@echo "WARNING: Building only stub man pages. Please install sphinx-build: pip install sphinx"
if [ ! -d "$(@D)" ]; then mkdir -p "$(@D)"; fi;
if [ ! -e "$@" ]; then touch "$@"; fi;
endif