core: require asciidoctor 1.5.4 instead of 1.5.0 (issue #722)

This commit is contained in:
Sébastien Helleu 2016-05-13 08:04:14 +02:00
parent 75778b5806
commit c5f6aad66f
8 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@
#
# - Find Asciidoctor
# This module finds if asciidoctor (version 1.5.0 or newer) is installed.
# This module finds if asciidoctor (version 1.5.4 or newer) is installed.
if(ASCIIDOCTOR_FOUND)
# Already in cache, be silent
@ -38,7 +38,7 @@ if(ASCIIDOCTOR_EXECUTABLE)
string(REGEX REPLACE "^Asciidoctor ([^ ]+) .*" "\\1" ASCIIDOCTOR_VERSION "${ASCIIDOCTOR_VERSION}")
if(ASCIIDOCTOR_VERSION VERSION_EQUAL "1.5.0" OR ASCIIDOCTOR_VERSION VERSION_GREATER "1.5.0")
if(ASCIIDOCTOR_VERSION VERSION_EQUAL "1.5.4" OR ASCIIDOCTOR_VERSION VERSION_GREATER "1.5.4")
set(ASCIIDOCTOR_FOUND TRUE)
endif()

View File

@ -1133,7 +1133,7 @@ if test "x$enable_man" = "xyes" -o "x$enable_doc" = "xyes"; then
AC_MSG_CHECKING([for asciidoctor version])
asciidoctor_version=`$ASCIIDOCTOR --version 2>/dev/null | head -n 1 | cut -d" " -f2`
case "${asciidoctor_version}" in
Asciidoctor' '0.*)
Asciidoctor' '0.*|Asciidoctor' '1.5.[0-3]*)
AC_MSG_RESULT([${asciidoctor_version} (too old)])
not_found="$not_found asciidoctor"
enable_man="no"

View File

@ -119,7 +119,7 @@ zu kompilieren und welche Pakete optional genutzt werden können.
| tcl-dev | ≥ 8.5 | | Tcl Erweiterung
| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) Erweiterung
| libv8-dev | ≤ 3.24.3 | | Javascript Erweiterung
| asciidoctor | ≥ 1.5.0 | | Zum Erstellen der man page und der Dokumentation
| asciidoctor | ≥ 1.5.4 | | Zum Erstellen der man page und der Dokumentation
| libcpputest-dev | ≥ 3.4 | | Testlauf
| C++ compiler | | | Testlauf, javascript Erweiterung
|===

View File

@ -112,7 +112,7 @@ compile WeeChat.
| tcl-dev | ≥ 8.5 | | Tcl plugin
| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) plugin
| libv8-dev | ≤ 3.24.3 | | Javascript plugin
| asciidoctor | ≥ 1.5.0 | | Build man page and documentation
| asciidoctor | ≥ 1.5.4 | | Build man page and documentation
| libcpputest-dev | ≥ 3.4 | | Run tests
| C++ compiler | | | Run tests, javascript plugin
|===

View File

@ -115,7 +115,7 @@ compiler WeeChat.
| tcl-dev | ≥ 8.5 | | Extension tcl
| guile-2.0-dev | ≥ 2.0 | | Extension guile (scheme)
| libv8-dev | ≤ 3.24.3 | | Extension javascript
| asciidoctor | ≥ 1.5.0 | | Construction de la page man et de la documentation
| asciidoctor | ≥ 1.5.4 | | Construction de la page man et de la documentation
| libcpputest-dev | ≥ 3.4 | | Lancement des tests
| C++ compiler | | | Lancement des tests, extension javascript
|===

View File

@ -133,7 +133,7 @@ compilare WeeChat.
| guile-2.0-dev | ≥ 2.0 | | Plugin guile (scheme)
| libv8-dev | ≤ 3.24.3 | | Plugin Javascript
// TRANSLATION MISSING
| asciidoctor | ≥ 1.5.0 | | Build man page and documentation
| asciidoctor | ≥ 1.5.4 | | Build man page and documentation
// TRANSLATION MISSING
| libcpputest-dev | ≥ 3.4 | | Run tests
// TRANSLATION MISSING

View File

@ -117,7 +117,7 @@ OS X では、http://brew.sh/[Homebrew] を使ってください:
| tcl-dev | 8.5 以上 | | tcl プラグイン
| guile-2.0-dev | 2.0 以上 | | guile (scheme) プラグイン
| libv8-dev | 3.24.3 以下 | | javascript プラグイン
| asciidoctor | 1.5.0 以上 | | man ページと文書のビルド
| asciidoctor | 1.5.4 以上 | | man ページと文書のビルド
| libcpputest-dev | 3.4 以上 | | テストの実行
| C++ コンパイラ | | | テスト実行、javascript プラグイン
|===

View File

@ -117,7 +117,7 @@ WeeChat.
| tcl-dev | ≥ 8.5 | | Wtyczka tcl
| guile-2.0-dev | ≥ 2.0 | | Wtyczka guile (scheme)
| libv8-dev | ≤ 3.24.3 | | Wtyczka javascript
| asciidoctor | ≥ 1.5.0 | | Tworzenie strony man i dokumentacji
| asciidoctor | ≥ 1.5.4 | | Tworzenie strony man i dokumentacji
| libcpputest-dev | ≥ 3.4 | | Uruchamianie testów
| C++ compiler | | | Uruchamianie testów, wtyczka javascript
|===