mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
Actually make a2x optional
We might not even write man pages tbh
This commit is contained in:
parent
c2d0090ad7
commit
d1493b2391
@ -1,5 +1,6 @@
|
||||
find_package(A2X REQUIRED)
|
||||
find_package(A2X)
|
||||
|
||||
if (A2X_FOUND)
|
||||
add_custom_target(man ALL)
|
||||
|
||||
function(add_manpage name section)
|
||||
@ -29,3 +30,4 @@ function(add_manpage name section)
|
||||
COMPONENT documentation
|
||||
)
|
||||
endfunction()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user