mirror of https://github.com/aria2/aria2
Give hint on how to install sphinx-build
... and remove trailing parenthesis from warning messagespull/122/head
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