瀏覽代碼

Give hint on how to install sphinx-build

... and remove trailing parenthesis from warning messages
Nils Maier 12 年之前
父節點
當前提交
72c5aaa31a
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      doc/manual-src/en/Makefile.am
  2. 1 1
      doc/manual-src/pt/Makefile.am
  3. 1 1
      doc/manual-src/ru/Makefile.am

+ 1 - 1
doc/manual-src/en/Makefile.am

@@ -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

+ 1 - 1
doc/manual-src/pt/Makefile.am

@@ -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

+ 1 - 1
doc/manual-src/ru/Makefile.am

@@ -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