--- phodav-2.3/doc/meson.build.orig 2019-06-07 22:42:00.097707400 +0300 | |
+++ phodav-2.3/doc/meson.build 2019-06-07 22:43:33.445046500 +0300 | |
@@ -11,7 +11,7 @@ | |
asciidoc = find_program('asciidoc', required : false) | |
xmlto = find_program('xmlto', required : false) | |
-if asciidoc.found() and xmlto.found() | |
+if asciidoc.found() and xmlto.found() and build_machine.system() != 'windows' | |
xml = custom_target( | |
'chezdav XML', | |
input : [ 'chezdav.txt' ], |