mirror of
https://github.com/aria2/aria2.git
synced 2025-01-08 11:01:38 +00:00
Give hint on how to install sphinx-build
... and remove trailing parenthesis from warning messages
This commit is contained in:
parent
4418ebdedc
commit
72c5aaa31a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user