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
|
$(MAKE) man
|
||||||
else
|
else
|
||||||
$(man_MANS):
|
$(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 [ ! -d "$(@D)" ]; then mkdir -p "$(@D)"; fi;
|
||||||
if [ ! -e "$@" ]; then touch "$@"; fi;
|
if [ ! -e "$@" ]; then touch "$@"; fi;
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -21,7 +21,7 @@ $(man_MANS): aria2c.rst
|
||||||
$(MAKE) man
|
$(MAKE) man
|
||||||
else
|
else
|
||||||
$(man_MANS):
|
$(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 [ ! -d "$(@D)" ]; then mkdir -p "$(@D)"; fi;
|
||||||
if [ ! -e "$@" ]; then touch "$@"; fi;
|
if [ ! -e "$@" ]; then touch "$@"; fi;
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -21,7 +21,7 @@ $(man_MANS): aria2c.rst
|
||||||
$(MAKE) man
|
$(MAKE) man
|
||||||
else
|
else
|
||||||
$(man_MANS):
|
$(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 [ ! -d "$(@D)" ]; then mkdir -p "$(@D)"; fi;
|
||||||
if [ ! -e "$@" ]; then touch "$@"; fi;
|
if [ ! -e "$@" ]; then touch "$@"; fi;
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue