فهرست منبع

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