Compare commits

..

No commits in common. "4d50ed111ad4f3172c4c186a2ca19b638c709a70" and "66370387bc7a31a1f63bbb443403140d47259c7a" have entirely different histories.

4 changed files with 5 additions and 13 deletions

View File

@ -234,8 +234,7 @@ install (DIRECTORY plugins/xC/
find_program (ASCIIDOCTOR_EXECUTABLE asciidoctor)
find_program (A2X_EXECUTABLE a2x)
if (NOT ASCIIDOCTOR_EXECUTABLE AND NOT A2X_EXECUTABLE)
message (WARNING "Neither asciidoctor nor a2x were found, "
"falling back to a substandard manual page generator")
message (FATAL_ERROR "Neither asciidoctor nor a2x were found")
endif ()
foreach (page xB xC xD)
@ -257,13 +256,6 @@ foreach (page xB xC xD)
"${PROJECT_SOURCE_DIR}/${page}.adoc"
DEPENDS ${page}.adoc
COMMENT "Generating man page for ${page}" VERBATIM)
else ()
set (ASCIIMAN ${PROJECT_SOURCE_DIR}/liberty/tools/asciiman.awk)
add_custom_command (OUTPUT ${page_output}
COMMAND env LC_ALL=C awk -f ${ASCIIMAN}
"${PROJECT_SOURCE_DIR}/${page}.adoc" > ${page_output}
DEPENDS ${page}.adoc ${ASCIIMAN}
COMMENT "Generating man page for ${page}" VERBATIM)
endif ()
endforeach ()

View File

@ -68,8 +68,8 @@ a package with the latest development version from Archlinux's AUR.
Building
--------
Build-only dependencies: CMake, pkg-config, awk, liberty (included),
asciidoctor or asciidoc (recommended but optional) +
Build-only dependencies:
CMake, pkg-config, asciidoctor or asciidoc, awk, liberty (included) +
Common runtime dependencies: openssl +
Additionally for 'xC': curses, libffi, readline >= 6.0 or libedit >= 2013-07-12,
lua >= 5.3 (optional) +

@ -1 +1 @@
Subproject commit 34460ca715b295cc73c3f2bba4156c7f072ce122
Subproject commit 22a121383f73fa7739f324021b6ad0ba6ed3cdb3

View File

@ -82,7 +82,7 @@ button {
padding: 0 .3em;
}
button:focus {
border: 1px dotted #000;
border: 1px dashed #000;
}
button:hover {
border-left: 1px solid #fff;