aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-09-22 11:43:18 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-09-23 06:40:08 +0000
commit0b567bb27e86f8444d200f3b4e93048fabc5d284 (patch)
tree1484f9f437e5b242bf220ec5b0e7a4043a414280 /cmake
parent07330b392e5356d22e4c1892a9d02e502f4bca6f (diff)
Docs: Asciidoctor.js isn't yet suitable for our needs.
Reverse the text added in cdd6f2ec80 and note that we can't yet use Asciidoctor.js to build our documentation. I'm not sure how I managed to miss this in my initial tests, but Asciidoctor.js is missing Docbook, PDF, and EPUB backends, and doesn't support Ruby macros.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindAsciidoctor.cmake6
1 files changed, 2 insertions, 4 deletions
diff --git a/cmake/modules/FindAsciidoctor.cmake b/cmake/modules/FindAsciidoctor.cmake
index 833cd7d637..32c610f1b7 100644
--- a/cmake/modules/FindAsciidoctor.cmake
+++ b/cmake/modules/FindAsciidoctor.cmake
@@ -11,10 +11,8 @@ FIND_PROGRAM(ASCIIDOCTOR_EXECUTABLE
asciidoctorj
asciidoctor
asciidoctor.ruby2.1
- # Asciidoctor.js releases
- asciidoctor-linux
- asciidoctor-macos
- asciidoctor-win
+ # XXX Add Asciidoctor.js releases (asciidoctor-linux,
+ # asciidoctor-macos, asciidoctor-win) if that ever becomes an option.
PATHS
/bin
/usr/bin