summaryrefslogtreecommitdiff
path: root/man/html.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'man/html.cmake')
-rw-r--r--man/html.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/html.cmake b/man/html.cmake
index 6fd82b3..dd1062c 100644
--- a/man/html.cmake
+++ b/man/html.cmake
@@ -62,7 +62,7 @@ function(waffle_add_html vol title)
OUTPUT ${output}
DEPENDS ${main_input} ${html_common_sources}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
- COMMAND ${waffle_xsltproc} --xinclude -o ${output} html.xsl ${main_input}
+ COMMAND ${waffle_xsltproc} -nonet --xinclude -o ${output} html.xsl ${main_input}
)
endfunction()