diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 3b7a53e5..07a5f759 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -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)