mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 10:55:00 +00:00
Give hint on how to install sphinx-build
... and remove trailing parenthesis from warning messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user