gdcm/gdcm-2.8.4-fix-manpage-gen....

12 lines
671 B
Diff

diff -up ./Utilities/doxygen/CMakeLists.txt.backup ./Utilities/doxygen/CMakeLists.txt
--- ./Utilities/doxygen/CMakeLists.txt.backup 2017-11-09 09:09:58.000000000 +0100
+++ ./Utilities/doxygen/CMakeLists.txt 2018-02-14 15:17:12.223249372 +0100
@@ -253,6 +253,7 @@ if(LIBXSLT_XSLTPROC_EXECUTABLE)
set(XSLT_PROCESSOR ${LIBXSLT_XSLTPROC_EXECUTABLE})
# http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.output.quietly.html
set(XSLT_PROCESSOR_ARG --param man.output.quietly 1)
+ set(XSLT_PROCESSOR_ARG --maxdepth 5000)
# User can change the behavior at cmake time:
if(NOT DEFINED GDCM_MANPAGES_USE_NONET)
set(GDCM_MANPAGES_USE_NONET FALSE)