aboutsummaryrefslogtreecommitdiff
path: root/games/spring/files/patch-doc_CMakeLists.txt
blob: 0ba4cf802a1b4ac4296a53641976dc151e985fd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- doc/CMakeLists.txt.orig	2020-12-26 12:45:43 UTC
+++ doc/CMakeLists.txt
@@ -1,6 +1,7 @@
+option(ENABLE_MANPAGES "Enable manpages" FALSE)
 
 ### make and install the man pages
-if    (UNIX)
+if    (UNIX AND ENABLE_MANPAGES)
 	find_package(SevenZip)
 	set(AsciiDoc_FIND_QUIETLY TRUE)
 	find_package(AsciiDoc)