Remove custom linkstyle

Signed-off-by: Tobias Predel <tobias.predel@gmail.com>
This commit is contained in:
Tobias Predel 2024-05-25 11:51:58 +02:00 committed by Thomas Lauf
parent ceb369508d
commit ca3e3f8582

View file

@ -7,8 +7,7 @@ add_subdirectory (themes)
if (ASCIIDOCTOR_FOUND)
set (ASCIIDOCTOR_OPTIONS "--attribute=manmanual=User Manuals"
"--attribute=mansource=timew ${PROJECT_VERSION}"
"--attribute=man-linkstyle='pass:[blue R < >]'")
"--attribute=mansource=timew ${PROJECT_VERSION}")
add_subdirectory (man1)
add_subdirectory (man7)